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