update: 修改大屏假数据后台管理

This commit is contained in:
xf
2025-07-28 17:35:16 +08:00
parent 4fd7832eef
commit 063b0a5efd
2 changed files with 9 additions and 9 deletions
@@ -33,14 +33,14 @@ const serviceColumns: BasicColumn[] = [
type: 'input', type: 'input',
}, },
}, },
{ // {
title: '累计受理', // title: '累计受理',
dataIndex: 'totalAccept', // dataIndex: 'totalAccept',
rewriting: true, // rewriting: true,
rewroteCell: { // rewroteCell: {
type: 'input', // type: 'input',
}, // },
}, // },
{ {
title: '累计处置', title: '累计处置',
dataIndex: 'totalDisposal', dataIndex: 'totalDisposal',
@@ -233,7 +233,7 @@
switchLoading.value = false; switchLoading.value = false;
editDataApi( editDataApi(
{ {
...(activeKey.value == 9 ? { ...getDataSource()[0], totalAccept: 0, totalDisposal: 0 } : getDataSource()[0]), ...(activeKey.value == 9 ? { ...getDataSource()[0] } : getDataSource()[0]),
module: activeKey.value, module: activeKey.value,
centerId: centerId.value, centerId: centerId.value,
}, },