From 01030b05f7ea9b14878102718a2004b4f908dcfc Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期三, 28 五月 2025 11:15:12 +0800
Subject: [PATCH] 1
---
代码管理/WMS/WIDESEA_WMSClient/src/views/system/Sys_Dictionary.vue | 15 +++------------
1 files changed, 3 insertions(+), 12 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/system/Sys_Dictionary.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/system/Sys_Dictionary.vue"
index 5ceafd6..51df000 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/system/Sys_Dictionary.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/system/Sys_Dictionary.vue"
@@ -37,9 +37,8 @@
parentId: "",
orderNo: "",
enable: "",
- dbSql: "",
+ sql: "",
remark: "",
- systemType: 1,
});
const editFormOptions = ref([
[
@@ -59,7 +58,7 @@
},
],
[
- { title: "sql璇彞", field: "dbSql", colSize: 8, type: "textarea" },
+ { title: "sql璇彞", field: "sql", colSize: 8, type: "textarea" },
{ title: "澶囨敞", field: "remark", type: "textarea" },
],
]);
@@ -135,18 +134,10 @@
align: "left",
},
{
- field: "dbSql",
+ field: "sql",
title: "sql璇彞",
type: "string",
width: 200,
- align: "left",
- },
- {
- field: "dBServer",
- title: "DBServer",
- type: "string",
- width: 90,
- hidden: true,
align: "left",
},
{
--
Gitblit v1.9.3