File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,13 @@ export default {
30
30
data () {
31
31
return {
32
32
urls: [
33
- ' https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/doc-1.png' ,
34
- ' https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/doc-2.png' ,
35
- ' https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/doc-3.png' ,
36
- ' https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/doc-4.png' ,
37
- ' https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/doc-5.png' ,
33
+ ' https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/gallery/gallery1.jpg' ,
34
+ ' https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/gallery/gallery2.jpg' ,
35
+ ' https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/gallery/gallery3.jpg' ,
36
+ ' https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/gallery/gallery4.jpg' ,
37
+ ' https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/gallery/gallery5.jpg' ,
38
+ ' https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/gallery/gallery6.jpg' ,
39
+ ' https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/gallery/gallery7.jpg' ,
38
40
],
39
41
}
40
42
},
Original file line number Diff line number Diff line change 28
28
<el-input size =" medium" clearable type =" password" v-model =" form.confirm_password" autocomplete =" off" ></el-input >
29
29
</el-form-item >
30
30
<el-form-item v-if =" pageType !== 'password'" label =" 选择分组" >
31
- <el-select size =" medium" v-model =" form.group_id" placeholder =" 请选择分组" >
31
+ <el-select size =" medium" filterable v-model =" form.group_id" placeholder =" 请选择分组" >
32
32
<el-option
33
33
v-for =" item in groups"
34
34
:key =" item.id"
You can’t perform that action at this time.
0 commit comments