[update] 54842

This commit is contained in:
zhaomeijing
2022-06-23 11:10:11 +08:00
parent 9780181e74
commit a514447b50
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -1004,4 +1004,6 @@ module.exports = {
// 中英修改-全局
Copysuccessful: 'Copy Successful',
Copyfailed: 'Copy Failed',
Synchronizedatabase: 'Synchronize the data of the selected row to the database?',
Aftersynchronization: 'After synchronization, the parameter items cannot be modified. Only the collection can be redistributed. The parameters have been updated',
}
+2
View File
@@ -1009,4 +1009,6 @@ module.exports = {
// 中英修改-全局
Copysuccessful: '复制成功',
Copyfailed: '复制失败',
Synchronizedatabase: '是否同步选中行数据至上报库?',
Aftersynchronization: '同步后的参数项将不可修改,仅能重新下发收集,已更新参数',
}
@@ -11,8 +11,8 @@
>
<a-row :gutter='24'>
<a-col :span='20'>
<div>是否同步选中行数据至上报库?</div>
<div>同步后的参数项将不可修改,仅能重新下发收集,已更新参数</div>
<div>{{ $t('Synchronizedatabase') }}</div>
<div>{{ $t('Aftersynchronization') }}</div>
</a-col>
</a-row>
</a-form-model>