From ecdee79675130dec1eee772b7c0efbaf26971d27 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Wed, 10 May 2023 17:59:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProcessMixin.vue | 8 ++-- src/views/permissionApplication/examine.vue | 42 ++++++++--------- src/views/permissionApplication/launch.vue | 50 ++++++++------------- src/views/userCenter/processCenter.vue | 6 +-- 4 files changed, 44 insertions(+), 62 deletions(-) diff --git a/src/components/ProcessMixin.vue b/src/components/ProcessMixin.vue index 9901d1a..aff50e6 100644 --- a/src/components/ProcessMixin.vue +++ b/src/components/ProcessMixin.vue @@ -11,10 +11,10 @@ userId: this.$store.getters.userInfo.usid, userName:this.$store.getters.userInfo.usname, processTypeList: [ - { - label: '下载申请', - value: '3' - }, + { + label: '下载申请', + value: '3' + }, { label: '预览申请', value: '1' diff --git a/src/views/permissionApplication/examine.vue b/src/views/permissionApplication/examine.vue index a8866d9..8d556b3 100644 --- a/src/views/permissionApplication/examine.vue +++ b/src/views/permissionApplication/examine.vue @@ -13,8 +13,8 @@ :disabled="formControl"> - - + + @@ -22,7 +22,7 @@ - + @@ -30,12 +30,12 @@ - + - + @@ -51,15 +51,15 @@ - + - - - + + + @@ -79,16 +79,6 @@ - @@ -105,6 +95,7 @@