修改部分预览,数据完整性,暂态列表等bug调整
This commit is contained in:
@@ -91,7 +91,7 @@ const tableStore = new TableStore({
|
||||
},
|
||||
{
|
||||
field: 'devCapacity',
|
||||
title: '供电终端容量(MVA )',
|
||||
title: '供电设备容量(MVA )',
|
||||
minWidth: 160
|
||||
},
|
||||
{
|
||||
@@ -167,7 +167,7 @@ tableStore.table.params.runFlag = []
|
||||
tableStore.table.params.searchValue = ''
|
||||
|
||||
const runFlagList = [
|
||||
{ id: 0, name: '运行' },
|
||||
{ id: 0, name: '投运' },
|
||||
{ id: 1, name: '检修' },
|
||||
{ id: 2, name: '停运' },
|
||||
{ id: 3, name: '调试' },
|
||||
|
||||
Reference in New Issue
Block a user