From 6d12ef5377cede39299df7b75d37b6541cfc05b6 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 07 五月 2026 13:15:40 +0800
Subject: [PATCH] 页面优化
---
src/views/productionManagement/productionOrder/index.vue | 40 ++++++++++++++++++++++++++--------------
1 files changed, 26 insertions(+), 14 deletions(-)
diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index fc64063..2d8fbb2 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -125,16 +125,6 @@
width: '120px',
},
{
- label: "閿�鍞悎鍚屽彿",
- prop: "salesContractNo",
- width: '150px',
- },
- {
- label: "瀹㈡埛鍚嶇О",
- prop: "customerName",
- width: '200px',
- },
- {
label: "浜у搧鍚嶇О",
prop: "productCategory",
width: '120px',
@@ -152,10 +142,12 @@
{
label: "闇�姹傛暟閲�",
prop: "quantity",
+ width: '100px',
},
{
label: "瀹屾垚鏁伴噺",
prop: "completeQuantity",
+ width: '100px',
},
{
dataType: "slot",
@@ -163,6 +155,26 @@
prop: "completionStatus",
slot: "completionStatus",
width: 180,
+ },
+ {
+ label: "閿�鍞悎鍚屽彿",
+ prop: "salesContractNo",
+ width: '150px',
+ },
+ {
+ label: "瀹㈡埛鍚嶇О",
+ prop: "customerName",
+ width: '200px',
+ },
+ {
+ label: "澶囨敞",
+ prop: "remark",
+ width: "160px",
+ },
+ {
+ label: "涓氬姟鍛�",
+ prop: "entryPerson",
+ width: "100px",
},
{
label: "寮�濮嬫棩鏈�",
@@ -455,19 +467,19 @@
align-items: start;
}
-::v-deep .yellow {
+:deep(.yellow) {
background-color: #FAF0DE;
}
-::v-deep .pink {
+:deep(.pink) {
background-color: #FAE1DE;
}
-::v-deep .red {
+:deep(.red) {
background-color: #f80202;
}
-::v-deep .purple{
+:deep(.purple){
background-color: #F4DEFA;
}
</style>
--
Gitblit v1.9.3