From 7ddb70360e2d85eadcda503e1181a3ea8f61fc75 Mon Sep 17 00:00:00 2001 From: jackal <13856223047@163.com> Date: Thu, 25 Apr 2024 13:40:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=95=BF=E6=9C=9F=E9=A2=86=E6=96=99?= =?UTF-8?q?=E5=B7=B2=E5=AE=8C=E6=88=90=E7=A1=AE=E8=AE=A4=EF=BC=8C=E4=BD=86?= =?UTF-8?q?=E6=98=AF=E9=A1=B5=E9=9D=A2=E5=9B=BE=E6=A0=87=E6=9C=AA=E5=8F=98?= =?UTF-8?q?=E6=88=90=E2=80=9C=E2=88=9A=E2=80=9D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../receiveByCq/receiveExamineByCq.vue | 246 +++++------------- 1 file changed, 65 insertions(+), 181 deletions(-) diff --git a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue index 8fce48a3..6845eac7 100644 --- a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue +++ b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue @@ -6,53 +6,26 @@ - + - + - + - + - + - + @@ -64,85 +37,31 @@ - + - + - - + + - - - + + + @@ -171,15 +90,16 @@

提交审批

-

申请人:{{queryParams.applyFor}}

-

申请时间:{{queryParams.updateTimes}}

+

申请人:{{ queryParams.applyFor }}

+

申请时间:{{ queryParams.updateTimes }}

- + -

{{v.name}}

-

审核人:{{queryParams[v.authorKey]}}

-

审核时间:{{queryParams[v.timeKey]}}

+

{{ v.name }}

+

审核人:{{ queryParams[v.authorKey] }}

+

审核时间:{{ queryParams[v.timeKey] }}

审核意见:{{ queryParams[v.remarkKey] }}

@@ -187,82 +107,38 @@
-