From 48a1f3a23b12b8c78cfaa77de9528c96ff57769f Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期五, 25 四月 2025 22:55:43 +0800 Subject: [PATCH] 提交气柜管路负载统计页面全部 --- src/views/mainPlan/abnormalProcessAnalysis/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/mainPlan/abnormalProcessAnalysis/index.vue b/src/views/mainPlan/abnormalProcessAnalysis/index.vue index 2840c78..0b52b60 100644 --- a/src/views/mainPlan/abnormalProcessAnalysis/index.vue +++ b/src/views/mainPlan/abnormalProcessAnalysis/index.vue @@ -40,7 +40,7 @@ const multiple = ref(true); const total = ref(0); const title = ref(""); -const height = ref(document.documentElement.clientHeight - 270 + "px;") +const height = ref(document.documentElement.clientHeight - 180 + "px;") const data = reactive({ form: {}, @@ -58,9 +58,9 @@ const { queryParams, form, rules } = toRefs(data); const columns = ref([ { type: 'seq', title: '搴忓彿', width: 60 }, - { title: '宸ュ簭鍚嶇О', field: 'processName', width: 200}, - { title: '寮傚父鏉ユ簮', field: 'source', width: 200}, - { title: '寮傚父鎻忚堪', field: 'summary', width: 200}, + { title: '宸ュ簭鍚嶇О', field: 'processName'}, + { title: '寮傚父鏉ユ簮', field: 'source'}, + { title: '寮傚父鎻忚堪', field: 'summary'}, { title: '鍒涘缓鏃堕棿', field: 'createTime', width: 200}, ]) -- Gitblit v1.9.3