diff --git a/src/views/customer/customer.vue b/src/views/customer/customer.vue index 5dda237..dee40f0 100644 --- a/src/views/customer/customer.vue +++ b/src/views/customer/customer.vue @@ -567,6 +567,18 @@ export default { prop: "customer_address_count", width: 140, }, + { + label: "失能等级", + width: 140, + prop: "level_detail", + formatter: (row, column, cellValue) => cellValue?.value + }, + { + label: '失能类型', + width: 140, + prop: 'level_type_detail', + formatter: (row, column, cellValue) => cellValue?.value + } ], }; },