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
3b3115ab
Commit
3b3115ab
authored
Nov 18, 2024
by
chenjiahao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据质量-质量模板修改-运行弹窗级联选择框修改
parent
bb2413b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
84 additions
and
23 deletions
+84
-23
runModal.vue
src/views/dataQuality/dataSheet/template/runModal.vue
+84
-23
No files found.
src/views/dataQuality/dataSheet/template/runModal.vue
View file @
3b3115ab
...
@@ -10,7 +10,6 @@
...
@@ -10,7 +10,6 @@
<!-- >-->
<!-- >-->
<a-cascader
<a-cascader
style=
"width: 100%"
style=
"width: 100%"
:value=
"text"
placeholder=
"Please select"
placeholder=
"Please select"
showSearch
showSearch
change-on-select
change-on-select
...
@@ -46,8 +45,8 @@
...
@@ -46,8 +45,8 @@
const
isRun
=
ref
(
false
);
const
isRun
=
ref
(
false
);
const
options
:
CascaderProps
[
'options'
]
=
[
const
options
:
CascaderProps
[
'options'
]
=
[
{
{
value
:
'数据
库
对象资源'
,
value
:
'数据
表
对象资源'
,
label
:
'数据
库
对象资源'
,
label
:
'数据
表
对象资源'
,
children
:
[
children
:
[
{
{
value
:
'数据中台工作区01'
,
value
:
'数据中台工作区01'
,
...
@@ -111,27 +110,9 @@
...
@@ -111,27 +110,9 @@
},
},
],
],
},
},
],
},
],
},
],
},
{
value
:
'公共资源'
,
label
:
'公共资源'
,
children
:
[
{
value
:
'公共代码'
,
label
:
'公共代码'
,
children
:
[
{
value
:
'范围a'
,
label
:
'范围a'
,
children
:
[
{
{
value
:
'dmtp0
1
'
,
value
:
'dmtp0
2
'
,
label
:
'dmtp0
1
'
,
label
:
'dmtp0
2
'
,
children
:
[
children
:
[
{
{
value
:
'eligible_graduates_list'
,
value
:
'eligible_graduates_list'
,
...
@@ -149,6 +130,38 @@
...
@@ -149,6 +130,38 @@
value
:
'landing_graduates_info'
,
value
:
'landing_graduates_info'
,
label
:
'landing_graduates_info'
,
label
:
'landing_graduates_info'
,
},
},
{
value
:
'landing_member_relationship_info'
,
label
:
'landing_member_relationship_info'
,
},
{
value
:
'lowincome_family_children_list'
,
label
:
'lowincome_family_children_list'
,
},
{
value
:
'lowincome_family_info'
,
label
:
'lowincome_family_info'
,
},
{
value
:
'lowincome_graduates_area_ratio'
,
label
:
'lowincome_graduates_area_ratio'
,
},
{
value
:
'lowincome_graduates_cnt'
,
label
:
'lowincome_graduates_cnt'
,
},
{
value
:
'lowincome_graduates_employment_cls'
,
label
:
'lowincome_graduates_employment_cls'
,
},
{
value
:
'lowincome_graduates_employment_rat'
,
label
:
'lowincome_graduates_employment_rat'
,
},
{
value
:
'test'
,
label
:
'test'
,
},
],
],
},
},
],
],
...
@@ -157,6 +170,54 @@
...
@@ -157,6 +170,54 @@
},
},
],
],
},
},
{
value
:
'数据库对象资源'
,
label
:
'数据库对象资源'
,
children
:
[
{
value
:
'数据中台工作区01'
,
label
:
'数据中台工作区01'
,
children
:
[
{
value
:
'ArgoDB_Dev01'
,
label
:
'ArgoDB_Dev01'
,
},
{
value
:
'ArgoDB_Dev02'
,
label
:
'ArgoDB_Dev02'
,
},
{
value
:
'GbaseDB_Dev01'
,
label
:
'GbaseDB_Dev01'
,
},
],
},
],
},
{
value
:
'公共资源'
,
label
:
'公共资源'
,
children
:
[
{
value
:
'公共代码'
,
label
:
'公共代码'
,
children
:
[
{
value
:
'范围a'
,
label
:
'范围a'
,
},
{
value
:
'年龄范围'
,
label
:
'年龄范围'
,
},
{
value
:
'及格分数'
,
label
:
'及格分数'
,
},
],
},
],
},
];
];
//初始化弹框
//初始化弹框
const
[
registerModal
,
{
setModalProps
,
closeModal
}]
=
useModalInner
(
async
(
data
)
=>
{
const
[
registerModal
,
{
setModalProps
,
closeModal
}]
=
useModalInner
(
async
(
data
)
=>
{
...
...
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