From 217a65fe8eb2612b7d61e9ce5f450e76bfc318f6 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期一, 09 六月 2025 17:13:15 +0800
Subject: [PATCH] 添加数据库接口日志记录
---
代码管理/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue"
index 33c1729..feb18c9 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue"
@@ -133,13 +133,13 @@
width: 150,
align: "left",
},
- {
- field: "areaType",
- title: "鍖哄煙绫诲瀷",
- type: "decimal",
- width: 90,
- align: "left",
- },
+ // {
+ // field: "areaType",
+ // title: "鍖哄煙绫诲瀷",
+ // type: "decimal",
+ // width: 90,
+ // align: "left",
+ // },
{
field: "areaStatus",
title: "鍖哄煙鐘舵��",
@@ -152,7 +152,7 @@
field: "areaDes",
title: "鍖哄煙鎻忚堪",
type: "int",
- width: 120,
+ width: 160,
align: "left",
},
{
@@ -166,7 +166,7 @@
field: "createDate",
title: "鍒涘缓鏃堕棿",
type: "datetime",
- width: 160,
+ width: 120,
align: "left",
sort: true,
},
@@ -174,24 +174,24 @@
field: "modifier",
title: "淇敼浜�",
type: "string",
- width: 100,
+ width: 90,
align: "left",
},
{
field: "modifyDate",
title: "淇敼鏃堕棿",
type: "datetime",
- width: 160,
+ width: 120,
align: "left",
sort: true,
},
- {
- field: "remark",
- title: "澶囨敞",
- type: "string",
- width: 100,
- align: "left",
- },
+ // {
+ // field: "remark",
+ // title: "澶囨敞",
+ // type: "string",
+ // width: 100,
+ // align: "left",
+ // },
]);
const detail = ref({
cnName: "#detailCnName",
--
Gitblit v1.9.3