From 436c309c76e7d2d39c7b6ed32532037db8047d63 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期五, 24 十月 2025 01:49:55 +0800
Subject: [PATCH] 添加设备表和冷库报警表
---
新建文件夹/WMS/src/views/basic/materielInfo.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/basic/materielInfo.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/basic/materielInfo.vue"
index 87c3672..be67ebb 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/basic/materielInfo.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/basic/materielInfo.vue"
@@ -190,14 +190,14 @@
}
],
[
- // {
- // title: "涓嬪彂鐘舵��",
- // field: "goodStatusState",
- // type: "select",
- // dataKey: "goodStatusState",
- // data: [],
- // required: true,
- // }
+ {
+ title: "涓嬪彂鐘舵��",
+ field: "goodStatusState",
+ type: "select",
+ dataKey: "goodStatusState",
+ data: [],
+ required: true,
+ }
],
[
{
--
Gitblit v1.9.3