This commit is contained in:
张良(004796)
2024-04-22 11:06:24 +08:00
parent 00382fabb0
commit 9a2c81f188
3 changed files with 12 additions and 5 deletions

View File

@@ -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"