From e8a6bdbf9e72174f048bab8aa0f201a0e4d2b31f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Thu, 14 Apr 2022 15:08:37 +0800
Subject: [PATCH 1/2] =?UTF-8?q?52420=20=E6=A0=87=E5=87=86=E6=B8=85?=
=?UTF-8?q?=E5=8D=95=E5=8F=91=E5=8F=91=E5=B8=83/=E6=9B=B4=E6=96=B0?=
=?UTF-8?q?=E6=B5=81=E7=A8=8B=20=E9=80=89=E6=8B=A9=E6=B8=85=E5=8D=95?=
=?UTF-8?q?=E5=8F=B3=E4=BE=A7=E7=9A=84=E6=BB=9A=E5=8A=A8=E6=9D=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/assets/styles/drawer.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/assets/styles/drawer.less b/src/assets/styles/drawer.less
index 49276d4e8..ca01dd517 100644
--- a/src/assets/styles/drawer.less
+++ b/src/assets/styles/drawer.less
@@ -14,7 +14,7 @@
}
.el-drawer__body{
height: 100%;
- overflow-y: auto;
+ //overflow-y: auto;
display: flex;
flex-direction: column;
// 底部带 提交、取消按钮
From 4dd8db010563f547eca9631715eea274a7097ff4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Thu, 14 Apr 2022 15:15:58 +0800
Subject: [PATCH 2/2] =?UTF-8?q?52443=20=E6=A0=87=E5=87=86=E5=90=88?=
=?UTF-8?q?=E8=A7=84=E8=AF=84=E4=BC=B0=E6=B5=81=E7=A8=8B=20=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=E6=A0=87=E5=87=86=E6=A1=86=E5=86=85=E7=9A=84=E8=A1=A8?=
=?UTF-8?q?=E5=A4=B4=E9=9C=80=E5=9B=BA=E5=AE=9A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pages/creatProcess/bzpg/step1.vue | 108 +++++++++---------
1 file changed, 55 insertions(+), 53 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue
index 2e5b490eb..69420fced 100644
--- a/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue
@@ -291,61 +291,63 @@
-
+
-
-
-
-
- {{ scope.row.standSortShow }} {{ scope.row.standNumber
- }}-{{ scope.row.standYear }}
- {{ scope.row.standSortShow }}
- {{ scope.row.standNumber }}
-
-
-
-
- {{ scope.row.standName }}
-
-
-
-
- {{ scope.row.issueTime ? $moment(scope.row.issueTime).format("YYYY-MM-DD") : "" }}
-
-
-
-
- {{ textStatusMap[scope.row.textStatus] }}
-
-
-
+
+
+
+
+ {{ scope.row.standSortShow }} {{ scope.row.standNumber
+ }}-{{ scope.row.standYear }}
+ {{ scope.row.standSortShow }}
+ {{ scope.row.standNumber }}
+
+
+
+
+ {{ scope.row.standName }}
+
+
+
+
+ {{ scope.row.issueTime ? $moment(scope.row.issueTime).format("YYYY-MM-DD") : "" }}
+
+
+
+
+ {{ textStatusMap[scope.row.textStatus] }}
+
+
+
+