新增前端vue
This commit is contained in:
@@ -114,20 +114,21 @@
|
||||
{
|
||||
label: t('监测端口'),
|
||||
field: 'checkTargetPort',
|
||||
defaultValue: '2375',
|
||||
component: 'InputNumber',
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
label: t('运行数量'),
|
||||
field: 'runTargetNums',
|
||||
defaultValue: 0,
|
||||
defaultValue: '0',
|
||||
component: 'InputNumber',
|
||||
dynamicDisabled: true,
|
||||
},
|
||||
{
|
||||
label: t('监测数量'),
|
||||
field: 'checkTargetNums',
|
||||
defaultValue: 0,
|
||||
defaultValue: '0',
|
||||
component: 'InputNumber',
|
||||
required: true,
|
||||
},
|
||||
|
||||
@@ -209,6 +209,22 @@
|
||||
width: 180,
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: t('运行数量'),
|
||||
dataIndex: 'runTargetNums',
|
||||
key: 'a.run_target_nums',
|
||||
sorter: true,
|
||||
width: 130,
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: t('监测数量'),
|
||||
dataIndex: 'checkTargetNums',
|
||||
key: 'a.check_target_nums',
|
||||
sorter: true,
|
||||
width: 130,
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: t('物理位置'),
|
||||
dataIndex: 'locationName',
|
||||
|
||||
Reference in New Issue
Block a user