🐛 修复 user 在 IDEA 报错的问题

This commit is contained in:
YunaiV
2023-12-03 01:03:41 +08:00
parent fa421d0895
commit 3d2d48b601
6 changed files with 29 additions and 40 deletions

View File

@@ -47,7 +47,7 @@
>
<el-option
v-for="dict in getIntDictOptions(DICT_TYPE.COMMON_STATUS)"
:key="dict.value"
:key="dict.value as number"
:label="dict.label"
:value="dict.value"
/>
@@ -113,7 +113,7 @@
label="部门"
align="center"
key="deptName"
prop="dept.name"
prop="deptName"
:show-overflow-tooltip="true"
/>
<el-table-column label="手机号码" align="center" prop="mobile" width="120" />