This commit is contained in:
tx 2024-10-18 10:35:19 +08:00
commit 002e3ada78
2 changed files with 2 additions and 14 deletions

View File

@ -205,7 +205,7 @@
</el-select> -->
<el-select v-model="form.roleIds" placeholder="请选择角色">
<el-option
v-for="item in options"
v-for="item in options"
:key="item.value"
:label="item.label"
:value="item.value"

View File

@ -222,19 +222,7 @@ export default {
address: null,
deleted: null
},
options: [{
value: '00',
label: '系统用户'
}, {
value: '02',
label: '代理商'
}, {
value: '03',
label: '商户'
}, {
value: '04',
label: '调度员'
}],
//
form: {},
//