[update] 54834

This commit is contained in:
zhaomeijing
2022-06-23 11:38:22 +08:00
parent 1fb55bca77
commit 234a1d42f1
3 changed files with 6 additions and 4 deletions
+1
View File
@@ -1006,4 +1006,5 @@ module.exports = {
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',
FNumber: 'Number',
}
+1
View File
@@ -1011,4 +1011,5 @@ module.exports = {
Copyfailed: '复制失败',
Synchronizedatabase: '是否同步选中行数据至上报库?',
Aftersynchronization: '同步后的参数项将不可修改,仅能重新下发收集,已更新参数',
FNumber: '账号',
}
+4 -4
View File
@@ -11,13 +11,13 @@
>
<a-row :gutter='24' style='margin-left: -66px'>
<a-col :span='9'>
<a-form-model-item ref='paramsTemplateName' :label="$t('fullName')" prop='paramsTemplateName'>
<a-form-model-item ref='paramsTemplateName' :label="$t('name')" prop='paramsTemplateName'>
<a-input
v-model='form.realname' />
</a-form-model-item>
</a-col>
<a-col :span='9'>
<a-form-model-item ref='paramsTemplateName' :label="$t('accountNumber')" prop='paramsTemplateName'>
<a-form-model-item ref='paramsTemplateName' :label="$t('FNumber')" prop='paramsTemplateName'>
<a-input
v-model='form.username' />
</a-form-model-item>
@@ -78,14 +78,14 @@ export default {
editId: '',
columns: [
{
title: this.$t('fullName'),
title: this.$t('name'),
dataIndex: 'realname',
key: 'showArea',
align: 'center',
ellipsis: true
},
{
title: this.$t('accountNumber'),
title: this.$t('FNumber'),
align: 'center',
dataIndex: 'username',
ellipsis: true