From 43be32b8523e5139850b8cefc660026f35eb97bb Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 22 十二月 2025 18:14:33 +0800
Subject: [PATCH] 1.海川开心-生产订单展示字段修改
---
src/views/productionManagement/productionDispatching/index.vue | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/src/views/productionManagement/productionDispatching/index.vue b/src/views/productionManagement/productionDispatching/index.vue
index 2d39890..28b4bc6 100644
--- a/src/views/productionManagement/productionDispatching/index.vue
+++ b/src/views/productionManagement/productionDispatching/index.vue
@@ -148,20 +148,6 @@
width: 120,
},
{
- label: "鐘舵��",
- prop: "status",
- dataType: "tag",
- formatType: (params) => {
- if (params == '鐢熶骇涓�') {
- return "warning";
- } else if (params == '鏈紑濮�') {
- return "danger";
- } else {
- return "success";
- }
- },
- },
- {
label: "鐢熶骇杩涘害",
prop: "progress",
formatData: (cellValue) => {
--
Gitblit v1.9.3