技术监督台账管理功能
This commit is contained in:
@@ -53,7 +53,7 @@ const tableStore = new TableStore({
|
||||
title: '厂家',
|
||||
minWidth: 100
|
||||
},
|
||||
{ field: 'devType', title: '装作型号', minWidth: 100 },
|
||||
{ field: 'devType', title: '终端型号', minWidth: 100 },
|
||||
|
||||
{ field: 'ip', title: '装置网络参数', minWidth: 100 },
|
||||
{ field: 'port', title: '端口号', minWidth: 100 }
|
||||
|
||||
@@ -78,7 +78,7 @@ const tableStore = new TableStore({
|
||||
{ field: 'substation', title: '变电站', minWidth: 100 },
|
||||
|
||||
|
||||
/* {
|
||||
{
|
||||
title: '操作',
|
||||
minWidth: 150,
|
||||
fixed: 'right',
|
||||
@@ -86,7 +86,7 @@ const tableStore = new TableStore({
|
||||
buttons: [
|
||||
{
|
||||
name: 'productSetting',
|
||||
title: '流程详情',
|
||||
title: '详细信息',
|
||||
type: 'primary',
|
||||
icon: 'el-icon-EditPen',
|
||||
render: 'basicButton',
|
||||
@@ -95,7 +95,7 @@ const tableStore = new TableStore({
|
||||
}
|
||||
}
|
||||
]
|
||||
}*/
|
||||
}
|
||||
],
|
||||
|
||||
beforeSearchFun: () => {
|
||||
|
||||
@@ -41,15 +41,17 @@ const tableStore = new TableStore({
|
||||
title: '省公司',
|
||||
minWidth: 100
|
||||
},
|
||||
{ field: 'gdName', title: '市公司', minWidth: 150 },
|
||||
{ field: 'lineName', title: '监测点名称', minWidth: 130 },
|
||||
{ field: 'scale', title: '监测点电压等级', minWidth: 120 },
|
||||
|
||||
{ field: 'gdName', title: '市公司', minWidth: 150 },
|
||||
{
|
||||
field: 'bdName',
|
||||
title: '所属变电站',
|
||||
minWidth: 150
|
||||
},
|
||||
{ field: 'lineName', title: '监测点名称', minWidth: 130 },
|
||||
{ field: 'scale', title: '监测点电压等级', minWidth: 120 },
|
||||
|
||||
|
||||
{ field: 'loadType', title: '干扰源类型', minWidth: 120 },
|
||||
{ field: 'objName', title: '监测对象名称', minWidth: 180 },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user