init
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="用户类型" prop="cardNumAuth">
|
||||
<el-select v-model="form.cardNumAuth" clearable size="small" style="width: 95%">
|
||||
<el-form-item label="用户类型" prop="type">
|
||||
<el-select v-model="form.type" clearable size="small" style="width: 95%">
|
||||
<el-option
|
||||
v-for="dict in appUserTypeList"
|
||||
:key="dict.value"
|
||||
|
||||
Reference in New Issue
Block a user