From ea377d76b19ebf9e65861a9799f8208c8641e1bb Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Wed, 19 Nov 2025 10:59:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/case/caseplatform-case-list.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/business/case/caseplatform-case-list.vue b/src/views/business/case/caseplatform-case-list.vue index 296c9f9..0345859 100644 --- a/src/views/business/case/caseplatform-case-list.vue +++ b/src/views/business/case/caseplatform-case-list.vue @@ -238,11 +238,13 @@ const columns = ref([ title: '省份', dataIndex: 'expertProvName', ellipsis: true, + width: 80 }, { title: '城市', dataIndex: 'expertCityName', ellipsis: true, + width: 80 }, { title: '医院', @@ -297,10 +299,10 @@ const columns = ref([ width: 100 }, { - title:'审核数', + title:'审核次数', dataIndex:'examineNum', ellipsis:true, - width: 60 + width: 80 }, { title:'结算时间',