From 376cab4afba8fd1b8be67cae067ed917462c2e16 Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期四, 18 十二月 2025 09:05:12 +0800
Subject: [PATCH] 添加设备报修和保养附件管理功能,维修保养过程描述
---
src/views/productionManagement/productionReporting/index.vue | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index bbe8f77..789c097 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -228,11 +228,11 @@
prop: "specificationModel",
width: 150,
},
- {
- label: "缁戝畾鏈哄櫒",
- prop: "speculativeTradingName",
- width: 220,
- },
+ // {
+ // label: "缁戝畾鏈哄櫒",
+ // prop: "speculativeTradingName",
+ // width: 220,
+ // },
{
label: "鍗曚綅",
prop: "unit",
@@ -246,11 +246,11 @@
// prop: "type",
// width: 150,
// },
- {
- label: "鎹熻��",
- prop: "loss",
- width: 150,
- },
+ // {
+ // label: "鎹熻��",
+ // prop: "loss",
+ // width: 150,
+ // },
{
label: "鎺掍骇鏁伴噺",
prop: "schedulingNum",
--
Gitblit v1.9.3