From 3a07f2ca675bbd3c55893f7731b8f49d854b0e07 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 26 三月 2026 10:59:25 +0800
Subject: [PATCH] 军泰伟业 1.语法修改
---
src/views/productionManagement/productionOrder/index.vue | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index 494c646..f5823cf 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -93,6 +93,7 @@
<new-product-order v-if="isShowNewModal"
v-model:visible="isShowNewModal"
+ type="qualified"
@completed="handleQuery" />
</div>
</template>
@@ -141,12 +142,12 @@
},
{
label: "鍥剧焊缂栧彿",
- prop: "drawingNumber",
+ prop: "specificationModel",
width: '160px',
},
{
- label: "瑙勬牸",
- prop: "specificationModel",
+ label: "瑙勬牸鍨嬪彿",
+ prop: "drawingNumber",
width: '120px',
},
{
@@ -466,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