[update] 54834
This commit is contained in:
@@ -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',
|
||||
}
|
||||
@@ -1011,4 +1011,5 @@ module.exports = {
|
||||
Copyfailed: '复制失败',
|
||||
Synchronizedatabase: '是否同步选中行数据至上报库?',
|
||||
Aftersynchronization: '同步后的参数项将不可修改,仅能重新下发收集,已更新参数',
|
||||
FNumber: '账号',
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user