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