From 5b8bf171b9afda52fa366a72e54eedbd9e6d4d17 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期六, 01 十一月 2025 19:54:25 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/ZhiHuiQiCe/FangCangZhiNeng
---
新建文件夹/WMS/src/views/Alarm/MessageInfo.vue | 76 +++++++++++++++++++-------------------
1 files changed, 38 insertions(+), 38 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/Alarm/MessageInfo.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/Alarm/MessageInfo.vue"
index 33707c2..a5620e6 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/Alarm/MessageInfo.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/Alarm/MessageInfo.vue"
@@ -149,22 +149,22 @@
bind: { key: "MessageGroupByEnum", data: [] },
require: true,
},
- {
- field: "messageStatus",
- title: "鐘舵��",
- type: "string",
- width: 100,
- align: "center",
- bind: { key: "MessageStatusEnum", data: [] },
- require: true,
- },
+ // {
+ // field: "messageStatus",
+ // title: "鐘舵��",
+ // type: "string",
+ // width: 100,
+ // align: "center",
+ // bind: { key: "MessageStatusEnum", data: [] },
+ // require: true,
+ // },
{
field: "messageName",
title: "寮傚父淇℃伅鍚嶇О",
type: "string",
width: 200,
align: "left",
- link: true,
+ // link: true,
require: true,
},
{
@@ -175,20 +175,20 @@
align: "left",
require: true,
},
- {
- field: "messageRemark",
- title: "澶囨敞",
- type: "string",
- width: 200,
- align: "left",
- },
- {
- field: "creater",
- title: "鍒涘缓浜�",
- type: "string",
- width: 100,
- align: "center",
- },
+ // {
+ // field: "messageRemark",
+ // title: "澶囨敞",
+ // type: "string",
+ // width: 200,
+ // align: "left",
+ // },
+ // {
+ // field: "creater",
+ // title: "鍒涘缓浜�",
+ // type: "string",
+ // width: 100,
+ // align: "center",
+ // },
{
field: "createDate",
title: "鍒涘缓鏃堕棿",
@@ -196,20 +196,20 @@
width: 160,
align: "center",
},
- {
- field: "modifier",
- title: "淇敼浜�",
- type: "string",
- width: 100,
- align: "center",
- },
- {
- field: "modifyDate",
- title: "淇敼鏃堕棿",
- type: "datetime",
- width: 160,
- align: "center",
- },
+ // {
+ // field: "modifier",
+ // title: "淇敼浜�",
+ // type: "string",
+ // width: 100,
+ // align: "center",
+ // },
+ // {
+ // field: "modifyDate",
+ // title: "淇敼鏃堕棿",
+ // type: "datetime",
+ // width: 160,
+ // align: "center",
+ // },
]);
const detail = ref({
--
Gitblit v1.9.3