参数收集清单删除增加未收集状态情况

This commit is contained in:
zyx.net
2022-12-28 14:41:04 +08:00
parent 8f754abc57
commit 469265a730
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -752,7 +752,7 @@ module.exports = {
Theselectedconfiguration: 'The configuration can only be added when the parameter items in the parameter list are to be collected or changed',
NoConfigurationNotStart: 'No configuration added, unable to start collection, please check',
theCurrent: 'The current status of this data is',
thisbuttonCompleted: 'This button can only be operated when the status is completed',
thisbuttonCompleted: 'You can operate this button only when the state is Completed or not Collected',
Frozenstatus: 'Frozen status, can only be viewed',
chinese: 'Chinese',
integerOrDecimal: 'Integer Or Decimal',
+1 -1
View File
@@ -768,7 +768,7 @@ module.exports = {
Theselectedconfiguration: '参数清单中参数项均为待发起收集或变更时才能添加配置',
NoConfigurationNotStart: '未添加任何配置无法开始收集请检查',
theCurrent: '此数据当前状态为',
thisbuttonCompleted: '当状态为"已完成"才可操作此按钮',
thisbuttonCompleted: '当状态为"已完成或未收集"才可操作此按钮',
Frozenstatus: '冻结状态,仅可以查看',
chinese: '中文',
integerOrDecimal: '整数或小数',