diff --git a/src/api/plugin/workflow/workorder.js b/src/api/plugin/workflow/workorder.js index 9eca83f..4af7c21 100644 --- a/src/api/plugin/workflow/workorder.js +++ b/src/api/plugin/workflow/workorder.js @@ -23,4 +23,13 @@ export const conditionalData = (query) => { method: 'get', params:query }) +} +// 导出 +export const exportExcel = (query) => { + return request({ + url: `${prefix}/exportExcel`, + method: 'get', + params:query, + responseType: 'blob' + }) } \ No newline at end of file diff --git a/src/const/maintenance/task.js b/src/const/maintenance/task.js index 8f084ed..34a1805 100644 --- a/src/const/maintenance/task.js +++ b/src/const/maintenance/task.js @@ -18,7 +18,7 @@ export const tableOption = { columnBtn: false, refreshBtn: false, header: false, - menuWidth:220, + menuWidth:120, dialogCustomClass:"custom", column: [ { diff --git a/src/const/workflow/workorder.js b/src/const/workflow/workorder.js index 3b56cbf..8823cb8 100644 --- a/src/const/workflow/workorder.js +++ b/src/const/workflow/workorder.js @@ -59,7 +59,7 @@ export const tableOption = { { type: "input", label: "运维公司", - prop: "currentResponsiblePerson", + prop: "yunweigongsi", align: "left", overHidden: true, }, diff --git a/src/page/index/top/index.vue b/src/page/index/top/index.vue index 0e9dfb6..b951827 100644 --- a/src/page/index/top/index.vue +++ b/src/page/index/top/index.vue @@ -4,7 +4,7 @@ {{ tag.label === "首页" ? "数据看板" : tag.label }}
-
- + -->
diff --git a/src/styles/custom/custom.scss b/src/styles/custom/custom.scss index e550908..f768cf0 100644 --- a/src/styles/custom/custom.scss +++ b/src/styles/custom/custom.scss @@ -128,3 +128,7 @@ display: none; } } +// 查看表单 +.avue--detail .el-col-7 { + width: 33.3%; +} \ No newline at end of file diff --git a/src/views/journal/index.vue b/src/views/journal/index.vue index f485f82..d76710a 100644 --- a/src/views/journal/index.vue +++ b/src/views/journal/index.vue @@ -2,7 +2,7 @@