From bc6177ea3f992ed4dd33e3609ec4d53c43fe0dfa Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Tue, 18 Apr 2023 14:24:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B7=BB=E5=8A=A0=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/OrgTable.vue | 223 +++------- src/components/ProcessFooter.vue | 28 +- .../components/AuditOperation.vue | 2 + .../components/reportDialog.vue | 401 ++++++++++++++++++ .../components/reportTable.vue | 13 +- src/views/permissionApplication/examine.vue | 8 +- src/views/permissionApplication/launch.vue | 127 +++++- 7 files changed, 588 insertions(+), 214 deletions(-) create mode 100644 src/views/permissionApplication/components/reportDialog.vue diff --git a/src/components/OrgTable.vue b/src/components/OrgTable.vue index 128eab7..a02c7b2 100644 --- a/src/components/OrgTable.vue +++ b/src/components/OrgTable.vue @@ -15,58 +15,22 @@ :model="searchForm" inline class="label-input-form" - label-width="33px" + label-width="55px" @keyup.enter.native="handleSearch"> - - - - - - - -
- - -
-
-
-
+ - + - + @@ -123,7 +87,7 @@ @@ -135,7 +99,7 @@ show-overflow-tooltip> @@ -158,15 +122,10 @@ label="部门" align="center" show-overflow-tooltip> - + + diff --git a/src/views/permissionApplication/components/reportTable.vue b/src/views/permissionApplication/components/reportTable.vue index 56aef84..82c1617 100644 --- a/src/views/permissionApplication/components/reportTable.vue +++ b/src/views/permissionApplication/components/reportTable.vue @@ -1,6 +1,6 @@ - +