From 70b94460cbce89be73a624185e6a6d0687fba550 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 14 Aug 2025 15:55:34 +0800 Subject: [PATCH] page --- .../business/case/caseplatform-case-list.vue | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/views/business/case/caseplatform-case-list.vue b/src/views/business/case/caseplatform-case-list.vue index a229929..3feee96 100644 --- a/src/views/business/case/caseplatform-case-list.vue +++ b/src/views/business/case/caseplatform-case-list.vue @@ -46,7 +46,7 @@ placeholder="结算状态" /> - + @@ -283,18 +283,19 @@ const columns = ref([ ellipsis: true, width: 100 }, + { + title:'审核时间', + dataIndex:'examineTime', + ellipsis:true, + width: 100 + }, + { title:'结算时间', dataIndex:'settlementTime', ellipsis:true, width: 100 }, - { - title:'审核通过时间', - dataIndex:'examineTime', - ellipsis:true, - width: 100 - }, { title: '病例状态', dataIndex: 'status', @@ -358,7 +359,10 @@ function resetQuery() { queryForm.pageSize = pageSize; queryData(); } - +const queryDataBtn=()=>{ + queryForm.pageNum=1; + queryData(); +} // 查询数据 async function queryData() { tableLoading.value = true;