Parcourir la source

fix: 生成表

wanggaokun il y a 1 an
Parent
commit
2edaf1ebe3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/views/tool/gen/index.vue

+ 1 - 0
src/views/tool/gen/index.vue

@@ -111,6 +111,7 @@ const batchAdd = () => {
     title: '导入表',
     width: 880,
     toolButton: false,
+    rowKey: 'tableName',
     columns: subColumns,
     api: importTableApi,
     getTableList: listDbTableApi,