From 6749ac0ea9afdb5480b0317b79ff63070e9653cf Mon Sep 17 00:00:00 2001 From: wxc <191104855@qq.com> Date: Mon, 25 Nov 2024 17:17:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=A0=B8=E6=9F=A5?= =?UTF-8?q?=E5=8A=9E=E7=90=86=E6=B7=BB=E5=8A=A0=E6=B6=89=E5=8F=8A=E4=BA=BA?= =?UTF-8?q?=E5=91=98=20fix:=20=E5=AE=8C=E5=96=84=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E5=BB=B6=E6=9C=9F=E8=AF=A6=E6=83=85=E7=95=8C=E9=9D=A2=20fit:?= =?UTF-8?q?=20=E5=BE=85=E5=8A=9E=E6=96=B0=E5=A2=9E=E6=A0=B8=E6=9F=A5?= =?UTF-8?q?=E6=83=85=E5=86=B5=E3=80=81=E5=A4=84=E7=BD=AE=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=20fit:=20=E7=BB=BC?= =?UTF-8?q?=E5=90=88=E6=9F=A5=E8=AF=A2=E6=96=B0=E5=A2=9E=E4=B8=93=E9=A1=B9?= =?UTF-8?q?=E7=9D=A3=E5=AF=9F=E3=80=81=E9=80=9A=E6=8A=A5=E6=9C=9F=E6=95=B0?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- src/components/negative/add.vue | 44 ++++--- .../negative/apply-extension-description.vue | 113 +++++++++++------- src/components/negative/countdown.vue | 4 +- src/components/negative/description.vue | 2 +- src/components/negative/dialog.vue | 4 +- src/components/negative/return.vue | 4 +- .../negative/verify-description.vue | 20 ++-- src/components/negative/verify.vue | 25 ++-- src/components/police-select.vue | 14 ++- src/style/public.scss | 23 ++++ src/views/work/Query.vue | 88 +++++++------- src/views/work/Todo.vue | 92 ++++++++++---- 13 files changed, 272 insertions(+), 164 deletions(-) diff --git a/.gitignore b/.gitignore index 8ae1f8e..2b831c5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ package-lock.json pnpm-lock.yaml auto-imports.d.ts -components.d.ts \ No newline at end of file +components.d.ts +vite.config.ts.timestamp-* \ No newline at end of file diff --git a/src/components/negative/add.vue b/src/components/negative/add.vue index e5f5764..6d7cd0e 100644 --- a/src/components/negative/add.vue +++ b/src/components/negative/add.vue @@ -187,7 +187,27 @@ - + + + + + - - - - - - +
延期申请中 -
-
1
- 延期申请 -
-
+
-
2
+
+ {{ index + 1 }} +
-
2
- 二级机构专班审批 -
-
- -
3
-
-
3
- 市局专班审批 + {{ index + 1 }} +
+ {{ item.title }}
-
+
- {{ extensionApply.extensionDays }}天 + {{ extensionApply.extensionDays }}天
-
- - {{ extensionApply.comments }} +
+ + {{ extensionApply.createTime }}
- + +
\ No newline at end of file diff --git a/src/components/negative/countdown.vue b/src/components/negative/countdown.vue index f9d19c1..419b2ea 100644 --- a/src/components/negative/countdown.vue +++ b/src/components/negative/countdown.vue @@ -28,7 +28,7 @@
剩余处理时间
-
延期{{ extensionDays }}天
+
已延期 {{ extensionDays }}天
@@ -51,7 +51,7 @@
已超时
-
延期{{ extensionDays }}天
+
已延期{{ extensionDays }}天
diff --git a/src/style/public.scss b/src/style/public.scss index 90de572..5421cfa 100644 --- a/src/style/public.scss +++ b/src/style/public.scss @@ -485,3 +485,26 @@ svg + span { transform: translateY(-50%); } } + +.form-row { + margin-bottom: 18px; + label { + width: 120px; + line-height: 24px; + padding-right: 12px; + box-sizing: border-box; + text-align: right; + & + * { + width: calc(100% - 126px); + } + } + .btn-box { + width: 70px; + } + .el-form-item { + margin-bottom: 0; + } +} +.query-box { + gap: 10px 20px; +} \ No newline at end of file diff --git a/src/views/work/Query.vue b/src/views/work/Query.vue index de7e88d..bf854a9 100644 --- a/src/views/work/Query.vue +++ b/src/views/work/Query.vue @@ -128,6 +128,7 @@ :value="item.dictValue" /> + - - + + + + + @@ -575,7 +590,27 @@ - + + + + + - - - - - -
-.form-row { - padding: 8px 0; - box-shadow: inset 0px -1px 0px 0px #ebebeb; - label { - width: 120px; - line-height: 24px; - padding-right: 12px; - box-sizing: border-box; - text-align: right; - & + * { - width: calc(100% - 126px); - } - } - .btn-box { - width: 70px; - } - .el-form-item { - margin-bottom: 0; - } -} -.query-box { - gap: 10px 20px; -} + + \ No newline at end of file diff --git a/src/views/work/Todo.vue b/src/views/work/Todo.vue index f6507d6..c90ebcd 100644 --- a/src/views/work/Todo.vue +++ b/src/views/work/Todo.vue @@ -5,12 +5,21 @@ - + - + @@ -67,10 +76,48 @@ - + + +
+ +
+ + + + + + +
+
@@ -133,7 +180,9 @@
- {{ getInvolveProblem(row.involveProblem) }} + {{ + getInvolveProblem(row.involveProblem) + }}
@@ -148,7 +197,7 @@
- + @@ -162,15 +211,19 @@ show-overflow-tooltip /> - - + + - - + + + \ No newline at end of file