From 202557aeadba147a25ae72a8992fd184d13252d9 Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期三, 11 六月 2025 18:02:41 +0800
Subject: [PATCH] 新增文档管理 优化其他页面

---
 src/views/production/index.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/views/production/index.vue b/src/views/production/index.vue
index 8872835..0e9b005 100644
--- a/src/views/production/index.vue
+++ b/src/views/production/index.vue
@@ -32,17 +32,17 @@
 import Pagination from "@/components/Pagination/index.vue";
 const childRef = ref(null);
 const columns = [
-  { prop: "category", label: "鐓ょ", width: 150 },
-  { prop: "unit", label: "鍗曚綅", width: 120 },
-  { prop: "productionVolume", label: "鐢熶骇鏁伴噺", width: 150 },
-  { prop: "laborCost", label: "浜哄伐鎴愭湰", width: 150 },
-  { prop: "materialCost", label: "鍘熸枡鎴愭湰", width: 120 },
-  { prop: "equipmentCost", label: "璁惧璐圭敤", width: 143 },
-  { prop: "totalCost", label: "鎬绘垚鏈�", width: 150 },
-  { prop: "totalPrice", label: "鎬诲敭浠�", width: 150 },
-  { prop: "profit", label: "鍒╂鼎", width: 100 },
-  { prop: "reviewer", label: "澶嶈浜�", width: 120 },
-  { prop: "date", label: "鏃ユ湡", width: 150 },
+  { prop: "category", label: "鐓ょ", minWidth: 150 },
+  { prop: "unit", label: "鍗曚綅", minWidth: 120 },
+  { prop: "productionVolume", label: "鐢熶骇鏁伴噺", minWidth: 150 },
+  { prop: "laborCost", label: "浜哄伐鎴愭湰", minWidth: 150 },
+  { prop: "materialCost", label: "鍘熸枡鎴愭湰", minWidth: 120 },
+  { prop: "equipmentCost", label: "璁惧璐圭敤", minWidth: 143 },
+  { prop: "totalCost", label: "鎬绘垚鏈�", minWidth: 150 },
+  { prop: "totalPrice", label: "鎬诲敭浠�", minWidth: 150 },
+  { prop: "profit", label: "鍒╂鼎", minWidth: 100 },
+  { prop: "reviewer", label: "澶嶈浜�", minWidth: 120 },
+  { prop: "date", label: "鏃ユ湡", minWidth: 150 },
 ];
 
 // 鎼滅储琛ㄥ崟鏁版嵁

--
Gitblit v1.9.3