From 4005b3783dd0ceb4e97703dfa9bedd5150656bac Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Fri, 17 Feb 2023 16:14:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9D=83=E9=99=90=E5=88=86?= =?UTF-8?q?=E5=8F=91=E5=88=B0=E6=8C=87=E5=AE=9A=E7=94=A8=E6=88=B7=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=92=8C=E8=B4=A6=E5=8F=B7=E7=AE=A1=E7=90=86=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../authorityTransfer/distributePackage.vue | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/views/authorityTransfer/distributePackage.vue b/src/views/authorityTransfer/distributePackage.vue index e4e627eb3..1d16a3fcd 100644 --- a/src/views/authorityTransfer/distributePackage.vue +++ b/src/views/authorityTransfer/distributePackage.vue @@ -1,5 +1,5 @@ @@ -28,6 +28,7 @@ export default { ], queryForm: { labelWidth: '80px', + leftSpan: 20, reset: true, queryObject: { name: { @@ -38,6 +39,14 @@ export default { type: 'text', label: 'id' }, + account:{ + type: 'text', + label: '账号' + }, + parentAccount:{ + type: 'text', + label: '父账号' + }, roles: { type: 'select', label: this.$t('system.roles'), @@ -85,6 +94,16 @@ export default { prop: 'id', width: 80 }, + { + title: '账号', + prop: 'account', + width: 80 + }, + { + title: '父账号', + prop: 'parentAccount', + width: 80 + }, { title: this.$t('system.name'), prop: 'name'