@@ -1064,11 +1037,12 @@ const proxyAllowDrop = debounce((arg1, arg2) => {
key="structPreview"
:columns="columns"
v-loading="dataPreviewLoading"
+ header-class="header-cell"
:data="tableData"
- header-class="excel-header-cell"
:width="width"
:height="height"
fixed
+ border
>
{
{
/>
+
+ {{ t('data_set.pieces_in_total', { msg: total }) }}
+
@@ -1425,6 +1403,11 @@ const proxyAllowDrop = debounce((arg1, arg2) => {
}
}
+.custom-tree {
+ height: calc(100vh - 172px);
+ padding: 0 8px;
+}
+
.custom-tree-node {
width: calc(100% - 30px);
display: flex;
@@ -1688,7 +1671,7 @@ border-right: 1px solid rgba(54, 54, 54, 1)
color: #F2F4F5;
}
.ed-message-box{
- background: #212121 ;
+ background: #212121;
}
.ed-message-box__content{
color: #ffffff;
@@ -1778,4 +1761,4 @@ border-right: 1px solid rgba(54, 54, 54, 1)
.tree-cont::-webkit-scrollbar-corner {
background: #3f3f3f !important;
}
-
+
\ No newline at end of file
diff --git a/core/core-frontend/src/viewsnew/application/service/datasource/form/index.vue b/core/core-frontend/src/viewsnew/application/service/datasource/form/index.vue
index c86692b..3ba89cd 100644
--- a/core/core-frontend/src/viewsnew/application/service/datasource/form/index.vue
+++ b/core/core-frontend/src/viewsnew/application/service/datasource/form/index.vue
@@ -22,7 +22,7 @@ import { Base64 } from 'js-base64'
import type { Param } from './ExcelDetail.vue'
import type { Configuration, ApiConfiguration, SyncSetting } from './option'
import { dsTypes, typeList, nameMap } from './option'
-import { useRouter } from 'vue-router'
+import { useRouter,useRoute } from 'vue-router'
import { uuid } from 'vue-uuid'
import { useEmitt } from '@/hooks/web/useEmitt'
import FinishPage from '../FinishPage.vue'
@@ -67,7 +67,6 @@ interface Form {
const { t } = useI18n()
const creatDsFolder = ref()
-const router = useRouter()
const { wsCache } = useCache()
const dsLoading = ref(false)
let isFormUpdate = false
diff --git a/core/core-frontend/src/viewsnew/application/service/datasource/index.vue b/core/core-frontend/src/viewsnew/application/service/datasource/index.vue
index 2bd454b..f7917da 100644
--- a/core/core-frontend/src/viewsnew/application/service/datasource/index.vue
+++ b/core/core-frontend/src/viewsnew/application/service/datasource/index.vue
@@ -1,4 +1,6 @@
+
{
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ ele.name }}
-
-
-
-
-
-
+