diff --git a/src/views/tool/gen/editTable.vue b/src/views/tool/gen/editTable.vue index a091072..e8a81ad 100644 --- a/src/views/tool/gen/editTable.vue +++ b/src/views/tool/gen/editTable.vue @@ -166,7 +166,7 @@ import genInfoForm from "./genInfoForm"; const route = useRoute(); const { proxy } = getCurrentInstance(); -const activeName = ref("columnInfo"); +const activeName = ref("basic"); const tableHeight = ref(document.documentElement.scrollHeight - 245 + "px"); const tables = ref([]); const columns = ref([]);