| | |
| | | parentId: "", |
| | | orderNo: "", |
| | | enable: "", |
| | | dbSql: "", |
| | | sql: "", |
| | | remark: "", |
| | | systemType: 1, |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | |
| | | }, |
| | | ], |
| | | [ |
| | | { title: "sql璇彞", field: "dbSql", colSize: 8, type: "textarea" }, |
| | | { title: "sql璇彞", field: "sql", colSize: 8, type: "textarea" }, |
| | | { title: "澶囨敞", field: "remark", type: "textarea" }, |
| | | ], |
| | | ]); |
| | |
| | | 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", |
| | | }, |
| | | { |