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
b676db2f
Commit
b676db2f
authored
Nov 20, 2024
by
曹泽华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数仓规划 落地检核
parent
a236f560
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
45 deletions
+11
-45
land.data.ts
...ataWarehousePlanning/physicalModel/landCheck/land.data.ts
+2
-37
landData.ts
...dataWarehousePlanning/physicalModel/landCheck/landData.ts
+9
-8
No files found.
src/views/dataWarehousePlanning/physicalModel/landCheck/land.data.ts
View file @
b676db2f
...
...
@@ -80,35 +80,6 @@ export const searchFormSchema: FormSchema[] = [
},
colProps
:
{
span
:
6
},
},
{
field
:
'editStatus'
,
label
:
' '
,
component
:
'Select'
,
componentProps
:
{
placeholder
:
'编辑状态'
,
options
:
[
{
label
:
'未编辑'
,
value
:
'未编辑'
},
{
label
:
'编辑中'
,
value
:
'编辑中'
},
{
label
:
'完成'
,
value
:
'完成'
},
],
},
colProps
:
{
span
:
6
},
},
{
field
:
'debugStatus'
,
label
:
' '
,
component
:
'Select'
,
componentProps
:
{
mode
:
'multiple'
,
placeholder
:
'调试状态'
,
options
:
[
{
label
:
'未调试'
,
value
:
'未调试'
},
{
label
:
'调试中'
,
value
:
'调试中'
},
{
label
:
'完成'
,
value
:
'完成'
},
],
},
colProps
:
{
span
:
6
},
},
];
...
...
@@ -121,8 +92,8 @@ export const columnsSystem: BasicColumn[] = [
slots
:
{
customRender
:
'sourceType'
},
},
{
title
:
'
版本号
'
,
dataIndex
:
'
version
'
,
title
:
'
路径
'
,
dataIndex
:
'
modelId
'
,
width
:
150
,
// onEditRow:true
},
...
...
@@ -132,12 +103,6 @@ export const columnsSystem: BasicColumn[] = [
width
:
150
,
// onEditRow:true
},
{
title
:
'调试状态'
,
dataIndex
:
'debugStatus'
,
width
:
150
,
// onEditRow:true
},
{
title
:
'类型'
,
dataIndex
:
'type'
,
...
...
src/views/dataWarehousePlanning/physicalModel/landCheck/landData.ts
View file @
b676db2f
...
...
@@ -22,6 +22,7 @@ export const TreeSystem: any[] = [
version
:
'1.2.3'
,
editStatus
:
'编辑中'
,
debugStatus
:
'未调试'
,
modelId
:
'/落地检核/admin-个人工作区/dm_data模型检核1'
,
type
:
'Inceptor表'
,
leader
:
'admin'
,
publishTime
:
'2024-10-27 16:09:04'
,
...
...
@@ -33,15 +34,15 @@ export const TreeSystem: any[] = [
// "children" : [ ],
selectType
:
null
,
holder
:
'admin'
,
create
Date
:
'2024-10-24 10:04:0
4'
,
update
Date
:
'2024-10-24 10:04
:04'
,
create
Time
:
'2024-10-26 11:09:4
4'
,
update
Time
:
'2024-10-27 10:02
:04'
,
},
{
delFlag
:
'0'
,
flag
:
'1'
,
businessId
:
102
,
modelName
:
'dm_data模型检核2'
,
version
:
'1.4.9
'
,
modelId
:
'/落地检核/admin-个人工作区/dm_data模型检核2
'
,
editStatus
:
'编辑中'
,
debugStatus
:
'未调试'
,
type
:
'MySQL表'
,
...
...
@@ -55,15 +56,15 @@ export const TreeSystem: any[] = [
// "children" : [ ],
selectType
:
null
,
holder
:
'admin'
,
create
Date
:
'2024-10-24 10:04
:04'
,
update
Date
:
'2024-10-24 10
:04:04'
,
create
Time
:
'2024-10-01 09:33
:04'
,
update
Time
:
'2024-10-24 17
:04:04'
,
},
{
delFlag
:
'0'
,
flag
:
'1'
,
businessId
:
103
,
modelName
:
'dm_data模型检核3'
,
version
:
'2.1.0
'
,
modelId
:
'/落地检核/admin-个人工作区/dm_data模型检核3
'
,
editStatus
:
'编辑中'
,
debugStatus
:
'未调试'
,
type
:
'DB2表'
,
...
...
@@ -77,8 +78,8 @@ export const TreeSystem: any[] = [
// "children" : [ ],
selectType
:
null
,
holder
:
'admin'
,
create
Date
:
'2024-10-24 10:04:04
'
,
update
Date
:
'2024-10-24 10:04:04
'
,
create
Time
:
'2024-10-08 14:12:11
'
,
update
Time
:
'2024-10-12 15:23:36
'
,
},
];
...
...
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