技术监督台账管理功能

This commit is contained in:
cdf
2024-05-16 19:17:23 +08:00
parent 1298993513
commit bdeb983473
3 changed files with 17 additions and 2 deletions

View File

@@ -73,7 +73,22 @@ const tableStore = new TableStore({
}
},
{ field: 'substation', title: '变电站', minWidth: 100 },
{ title: '详细信息',
minWidth: 100,
render: 'buttons',
buttons: [
{
name: 'productSetting',
title: '详情',
type: 'primary',
icon: 'el-icon-EditPen',
render: 'basicButton',
click: row => {
}
},
]
},
{
title: '操作',