From 17ade360ca9cb330bb89c81586cd46593bccbb1e Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 01 四月 2026 17:06:20 +0800
Subject: [PATCH] fix: 设备维修添加背景
---
src/views/productionManagement/productionOrder/index.vue | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index e434049..531f0af 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -128,6 +128,12 @@
width: '120px',
},
{
+ label: "鍗曚綅",
+ prop: "unit",
+ width: '100px',
+ showOverflowTooltip: true,
+ },
+ {
label: "宸ヨ壓璺嚎缂栧彿",
prop: "processRouteCode",
width: '200px',
@@ -208,7 +214,6 @@
const data = reactive({
searchForm: {
- customerName: "",
salesContractNo: "",
projectName: "",
productCategory: "",
--
Gitblit v1.9.3