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> -->
|
||||||
<el-select v-model="form.roleIds" placeholder="请选择角色">
|
<el-select v-model="form.roleIds" placeholder="请选择角色">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in options"
|
v-for="item in options"
|
||||||
:key="item.value"
|
:key="item.value"
|
||||||
:label="item.label"
|
:label="item.label"
|
||||||
:value="item.value"
|
:value="item.value"
|
||||||
|
|
|
@ -222,19 +222,7 @@ export default {
|
||||||
address: null,
|
address: null,
|
||||||
deleted: null
|
deleted: null
|
||||||
},
|
},
|
||||||
options: [{
|
|
||||||
value: '00',
|
|
||||||
label: '系统用户'
|
|
||||||
}, {
|
|
||||||
value: '02',
|
|
||||||
label: '代理商'
|
|
||||||
}, {
|
|
||||||
value: '03',
|
|
||||||
label: '商户'
|
|
||||||
}, {
|
|
||||||
value: '04',
|
|
||||||
label: '调度员'
|
|
||||||
}],
|
|
||||||
// 表单参数
|
// 表单参数
|
||||||
form: {},
|
form: {},
|
||||||
// 表单校验
|
// 表单校验
|
||||||
|
|
Loading…
Reference in New Issue
Block a user