From 87aaa4e43a17f8721706b18676dba5033654b4c0 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 21 Jul 2022 13:10:21 +0800 Subject: [PATCH] upup --- src/views/assess/clue.vue | 19 +- src/views/assess/daily.vue | 14 + src/views/assess/wade.vue | 14 + src/views/common/index.vue | 25 +- src/views/general/index.vue | 8 - src/views/rain/basic/account.vue | 6 +- src/views/rain/basic/site.vue | 33 ++- src/views/rain/inspection/inspection.vue | 12 +- src/views/rain/inspection/plan.vue | 10 +- src/views/rain/maintain/maintain.vue | 12 +- src/views/rain/maintain/plan.vue | 8 +- src/views/rain/order/order.vue | 25 +- src/views/supervise/daily.vue | 338 ----------------------- src/views/supervise/examine.vue | 9 - 14 files changed, 116 insertions(+), 417 deletions(-) delete mode 100644 src/views/general/index.vue delete mode 100644 src/views/supervise/daily.vue delete mode 100644 src/views/supervise/examine.vue diff --git a/src/views/assess/clue.vue b/src/views/assess/clue.vue index 43d5537..dff8cfd 100644 --- a/src/views/assess/clue.vue +++ b/src/views/assess/clue.vue @@ -371,12 +371,19 @@ type: "string", align: "center" }, - - { - field: "created_at", - title: "提交时间", - type: "string", - align: "center" + { + field: "admin_id", + title: "提交人", + type: "string", + align: "center", + width:180 + }, + { + field: "created_at", + title: "提交日期", + type: "string", + align: "center", + width:180 }, { field: "操作", diff --git a/src/views/assess/daily.vue b/src/views/assess/daily.vue index 7a33832..e7d7b40 100644 --- a/src/views/assess/daily.vue +++ b/src/views/assess/daily.vue @@ -237,6 +237,20 @@ import AvueMap from 'avue-plugin-map' title: "状态", type: "status", align: "center" + }, + { + field: "admin_id", + title: "提交人", + type: "string", + align: "center", + width:180 + }, + { + field: "created_at", + title: "提交日期", + type: "string", + align: "center", + width:180 }, { field: "操作", diff --git a/src/views/assess/wade.vue b/src/views/assess/wade.vue index 440cf08..3c231ea 100644 --- a/src/views/assess/wade.vue +++ b/src/views/assess/wade.vue @@ -209,6 +209,20 @@ import AvueMap from 'avue-plugin-map' title: "状态", type: "status", align: "center" + }, + { + field: "admin_id", + title: "提交人", + type: "string", + align: "center", + width:180 + }, + { + field: "created_at", + title: "提交日期", + type: "string", + align: "center", + width:180 }, { field: "操作", diff --git a/src/views/common/index.vue b/src/views/common/index.vue index d3d37b3..d895e25 100644 --- a/src/views/common/index.vue +++ b/src/views/common/index.vue @@ -36,8 +36,11 @@ 已办结
-
- {{item.name}} +
+
+ {{item.name}} +
+
@@ -381,28 +384,28 @@ field: "feedback_department_id", title: "反馈科室", type: "feedback_department_id", - width:140 + width:180 }, { field: "ask_type_name", title: "类型", type: "ask_type_id", align: "center", - width:140 + width:180 }, { field: "ask_content_name", title: "内容", type: "string", align: "center", - width:140 + width:180 }, { field: "address", title: "地址", type: "string", align: "lefft", - width:400 + width:360 }, { @@ -410,33 +413,33 @@ title: "状态", type: "status", align: "center", - width:140 + width:120 }, { field: "username", title: "提交人", type: "user", align: "center", - width:140 + width:180 }, { field: "department_id", title: "提交科室", type: "string", align: "center", - width:140 + width:180 }, { field: "created_at", title: "提交日期", type: "string", align: "center", - width:200 + width:180 }, { field: "操作", title: "操作", - width: 200, + width: 220, type: "opt", fixed:"right" } diff --git a/src/views/general/index.vue b/src/views/general/index.vue deleted file mode 100644 index 02409e3..0000000 --- a/src/views/general/index.vue +++ /dev/null @@ -1,8 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/rain/basic/account.vue b/src/views/rain/basic/account.vue index 79f2791..8e43f08 100644 --- a/src/views/rain/basic/account.vue +++ b/src/views/rain/basic/account.vue @@ -232,13 +232,15 @@ field: "admin_id", title: "提交人", type: "string", - align: "center" + align: "center", + width:180 }, { field: "created_at", title: "提交日期", type: "string", - align: "center" + align: "center", + width:180 }, { field: "操作", diff --git a/src/views/rain/basic/site.vue b/src/views/rain/basic/site.vue index 3eb4fad..ce8f242 100644 --- a/src/views/rain/basic/site.vue +++ b/src/views/rain/basic/site.vue @@ -15,9 +15,9 @@
- + + :label="column.title" :width="column.width" :fixed="column.fixed">