Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
1eaca8c4
Commit
1eaca8c4
authored
Nov 15, 2024
by
LiXuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
逻辑模型设计-转物理模型-修改
parent
1d6165e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
107 additions
and
2 deletions
+107
-2
model.data.ts
...aWarehousePlanning/logicalModel/modelDetail/model.data.ts
+107
-2
No files found.
src/views/dataWarehousePlanning/logicalModel/modelDetail/model.data.ts
View file @
1eaca8c4
...
...
@@ -465,7 +465,37 @@ export const turnPhysicalModelFormSchema: any[] = [
{
field
:
'path'
,
label
:
'存储路径'
,
component
:
'Select'
,
component
:
'TreeSelect'
,
componentProps
:
{
treeData
:
[
{
label
:
'物理模型'
,
value
:
'物理模型'
,
children
:
[
{
label
:
'物理模型/admin-个人工作区'
,
value
:
'物理模型/admin-个人工作区'
,
children
:
[
{
label
:
'物理模型/admin-个人工作区/SDM数仓'
,
value
:
'物理模型/admin-个人工作区/SDM数仓'
,
},
],
},
{
label
:
'物理模型/共享工作区'
,
value
:
'物理模型/共享工作区'
,
children
:
[
{
label
:
'物理模型/共享工作区/SDM数仓'
,
value
:
'物理模型/共享工作区/SDM数仓'
,
},
],
},
],
},
],
},
colProps
:
{
lg
:
24
,
md
:
24
},
},
{
...
...
@@ -491,6 +521,22 @@ export const turnPhysicalModelFormSchema: any[] = [
field
:
'dataSource'
,
label
:
'数据源'
,
component
:
'Select'
,
componentProps
:
{
options
:
[
{
label
:
'kk'
,
value
:
'kk'
,
},
{
label
:
'cc'
,
value
:
'cc'
,
},
{
label
:
'rr'
,
value
:
'rr'
,
},
],
},
colProps
:
{
lg
:
24
,
md
:
24
},
},
{
...
...
@@ -511,6 +557,22 @@ export const turnPhysicalModelFormSchema: any[] = [
field
:
'tableType'
,
label
:
'表类型'
,
component
:
'Select'
,
componentProps
:
{
options
:
[
{
label
:
'表'
,
value
:
'表'
,
},
{
label
:
'视图'
,
value
:
'视图'
,
},
{
label
:
'临时'
,
value
:
'临时'
,
},
],
},
colProps
:
{
lg
:
24
,
md
:
24
},
},
{
...
...
@@ -523,6 +585,38 @@ export const turnPhysicalModelFormSchema: any[] = [
field
:
'saveType'
,
label
:
'存储类型'
,
component
:
'Select'
,
componentProps
:
{
options
:
[
{
label
:
'ORC'
,
value
:
'ORC'
,
},
{
label
:
'Parquet'
,
value
:
'Parquet'
,
},
{
label
:
'CarbonData'
,
value
:
'CarbonData'
,
},
{
label
:
'Delta Lake'
,
value
:
'Delta Lake'
,
},
{
label
:
'Avro'
,
value
:
'Avro'
,
},
{
label
:
'Protobuf'
,
value
:
'Protobuf'
,
},
{
label
:
'Iceberg'
,
value
:
'Iceberg'
,
},
],
},
required
:
true
,
colProps
:
{
lg
:
24
,
md
:
24
},
},
...
...
@@ -530,6 +624,18 @@ export const turnPhysicalModelFormSchema: any[] = [
field
:
'saveType'
,
label
:
'是否为事务表'
,
component
:
'Select'
,
componentProps
:
{
options
:
[
{
label
:
'是'
,
value
:
'是'
,
},
{
label
:
'否'
,
value
:
'否'
,
},
],
},
colProps
:
{
lg
:
24
,
md
:
24
},
},
{
...
...
@@ -542,7 +648,6 @@ export const turnPhysicalModelFormSchema: any[] = [
field
:
'dept'
,
label
:
'主责部门'
,
component
:
'Input'
,
slot
:
'tableInfo'
,
colProps
:
{
lg
:
24
,
md
:
24
},
},
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment