update: 修改大屏假数据后台管理
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user