From 0b61927be77ba86166df452f0d2b5ab4e3a686cc Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 21 Jul 2022 13:36:50 +0800 Subject: [PATCH] up --- src/views/dashboard/index.vue | 40 +++++++++++++++++------------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 72c4ccb..02edf29 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -162,35 +162,35 @@ export default { title: "地址", type: "string", align: "left", - width: 400 + width: 300 }, { field: "typeName", title: "类型", type: "typeName", align: "left", - width: 160 + width: 120 }, { field: "status", title: "状态", type: "statusName", align: "center", - width: 160 + width: 120 }, { field: "admin_id", title: "提交人", type: "string", align: "center", - width: 160 + width: 120 }, { field: "created_at", title: "提交日期", type: "string", align: "center", - width: 200 + width: 180 } ], columnsmain:[ @@ -199,63 +199,63 @@ export default { title: "地址/排放点", type: "string", align: "left", - width:400 + width:300 }, { field: "typeName", title: "类型", type: "type", align: "left", - width:160 + width:120 }, { field: "status", title: "状态", type: "status", align: "center", - width:160 + width:120 }, { field: "admin_id", title: "提交人", type: "string", align: "center", - width:160 + width:120 }, { field: "created_at", title: "提交日期", type: "string", align: "center", - width:200 + width:180 } ], columnscom:[{ field: "feedback_department_id", title: "反馈科室", type: "feedback_department_id", - width:140 + width:120 }, { field: "ask_type_name", title: "类型", type: "ask_type_id", align: "center", - width:140 + width:120 }, { field: "ask_content_name", title: "内容", type: "string", align: "center", - width:140 + width:120 }, { field: "address", title: "地址", type: "string", align: "lefft", - width:400 + width:300 }, { @@ -263,28 +263,28 @@ export default { title: "状态", type: "status", align: "center", - width:140 + width:120 }, { field: "username", title: "提交人", type: "user", align: "center", - width:140 + width:120 }, { field: "department_id", title: "提交科室", type: "string", align: "center", - width:140 + width:120 }, { field: "created_at", title: "提交日期", type: "string", align: "center", - width:200 + width:180 }], columnsdaily:[{ field: "name", @@ -292,12 +292,12 @@ export default { type: "string", align: "left" }, - { field: "status", title: "状态", type: "status", - align: "center" + align: "center", + width:120 }] } },