[fix bug] 一些数据字典回显的处理

This commit is contained in:
fengchenchen
2024-08-07 21:57:48 +08:00
parent 2b17647c62
commit f77d009605
10 changed files with 19 additions and 15 deletions
+4 -2
View File
@@ -239,7 +239,8 @@ export default {
align: 'center',
width: 90,
dataIndex: 'sex_dictText',
sorter: true
sorter: true,
scopedSlots: { customRender: 'dictText' }
},
{
title: this.$t('phoneNumber'),
@@ -275,7 +276,8 @@ export default {
title: this.$t('status'),
align: 'center',
width: 80,
dataIndex: 'status_dictText'
dataIndex: 'status_dictText',
scopedSlots: { customRender: 'dictText' }
},
{
title: this.$t('operation'),