From da58a4eb9a3436a30d21991a0556843813fbab15 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Fri, 8 Nov 2024 11:10:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/customer/customer.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 + } ], }; },