UI界面变更-参数项收集清单-添加

This commit is contained in:
刘彦泽
2023-01-05 09:54:43 +08:00
parent e9a97398f3
commit b3a094d0af
@@ -97,13 +97,13 @@
{
title: this.$t('NiONumber'),
dataIndex: 'nioNumber',
align: 'center',
align: 'left',
width: 200,
ellipsis: true
},
{
title: this.$t('ParameterName'),
align: 'center',
align: 'left',
dataIndex: 'paramsName',
width: 200,
ellipsis: true
@@ -111,7 +111,7 @@
{
title: this.$t('areaOfResponsibility'),
dataIndex: 'dutyTerritory_dictText',
align: 'center',
align: 'left',
width: 200,
ellipsis: true
}