File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,11 +30,13 @@ export default {
3030 data () {
3131 return {
3232 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' ,
3840 ],
3941 }
4042 },
Original file line number Diff line number Diff line change 2828 <el-input size =" medium" clearable type =" password" v-model =" form.confirm_password" autocomplete =" off" ></el-input >
2929 </el-form-item >
3030 <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 =" 请选择分组" >
3232 <el-option
3333 v-for =" item in groups"
3434 :key =" item.id"
You can’t perform that action at this time.
0 commit comments