Merge branch 'tx' of http://61.174.243.28:15863/chuangte/ride-lease-vue into tx
This commit is contained in:
commit
002e3ada78
|
@ -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"
|
||||
|
|
|
@ -222,19 +222,7 @@ export default {
|
|||
address: null,
|
||||
deleted: null
|
||||
},
|
||||
options: [{
|
||||
value: '00',
|
||||
label: '系统用户'
|
||||
}, {
|
||||
value: '02',
|
||||
label: '代理商'
|
||||
}, {
|
||||
value: '03',
|
||||
label: '商户'
|
||||
}, {
|
||||
value: '04',
|
||||
label: '调度员'
|
||||
}],
|
||||
|
||||
// 表单参数
|
||||
form: {},
|
||||
// 表单校验
|
||||
|
|
Loading…
Reference in New Issue
Block a user