dengjunjie
2025-06-11 2ae5aa151f7b40a082e34aa7ed22b4b64edd1d3c
代码管理/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",
      },
      {