From 9d9c62348e3296a597405e6f6416da8efc0fe18b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 12 六月 2025 10:29:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev

---
 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