修改监控中心样式

修改分组管理样式
This commit is contained in:
fks-yangshouda
2024-08-30 17:22:49 +08:00
parent b36081126f
commit 84ed95512f
7 changed files with 98 additions and 85 deletions

View File

@@ -78,7 +78,7 @@ const tableCarbonKeyMap = [
{
title: '分组名称',
textNumber: 10,
dataIndex: 'pointName',
dataIndex: 'groupName',
},
{
textNumber: 5,
@@ -659,7 +659,7 @@ export const tableConfigCal = (
},
},
{
field: 'provider',
field: 'groupName',
component: 'NsInput',
componentProps: {
placeholder: '请输入分组名称',