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',
},
},
{
title: '累计受理',
dataIndex: 'totalAccept',
rewriting: true,
rewroteCell: {
type: 'input',
},
},
// {
// title: '累计受理',
// dataIndex: 'totalAccept',
// rewriting: true,
// rewroteCell: {
// type: 'input',
// },
// },
{
title: '累计处置',
dataIndex: 'totalDisposal',
@@ -233,7 +233,7 @@
switchLoading.value = false;
editDataApi(
{
...(activeKey.value == 9 ? { ...getDataSource()[0], totalAccept: 0, totalDisposal: 0 } : getDataSource()[0]),
...(activeKey.value == 9 ? { ...getDataSource()[0] } : getDataSource()[0]),
module: activeKey.value,
centerId: centerId.value,
},