【修改】修改子错误

This commit is contained in:
zhoulingpo
2023-05-16 10:24:43 +08:00
parent b08ff84027
commit fc539f498b
10 changed files with 27 additions and 19 deletions
+1 -1
View File
@@ -280,7 +280,7 @@
label="部门"
align="center"
show-overflow-tooltip>
<template #default="{ row }">{{ row.departmentName || row.DEPARTMENT || row.orgName }}
<template #default="{ row }">{{ row.departmentName || row.DEPARTMENT || row.ORGNAME }}
</template>
</el-table-column>