From 80f27f1672467e91ff3d4fd7f30a817f6f11d5c0 Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期五, 25 四月 2025 22:55:48 +0800
Subject: [PATCH] Merge branch 'dev' of http://192.168.50.149:8085/r/aps-kj-web into dev
---
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