Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b4e3a624
authored
2025-03-07 10:50:56 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 修复质量相关
1 parent
edfbf302
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
src/views/data_quality/ruleForm.vue
src/views/data_quality/ruleModel.vue
src/views/data_quality/ruleForm.vue
View file @
b4e3a62
...
...
@@ -681,7 +681,7 @@ const getSubjectTableTreeData = () => {
child
.
label
=
child
.
name
+
`(
${
child
.
tableName
}
)`
;
child
.
isLeaf
=
true
;
child
.
dataServerName
=
child
.
databaseName
;
child
.
dataSourceGuid
=
d
.
guid
;
child
.
dataSourceGuid
=
d
.
dataSourceGuid
||
d
.
guid
;
return
child
;
})
return
d
;
...
...
@@ -2747,8 +2747,16 @@ defineExpose({
}
}
.
table
-
field
{
width
:
360
px
;
.
left
-
title
{
border
-
right
:
1
px
solid
#
d9d9d9
;
}
}
.
sql
-
edit
{
width
:
calc
(
100
%
-
3
60
px
);
width
:
calc
(
100
%
-
5
60
px
);
.
el
-
select
{
margin
-
left
:
12
px
;
...
...
src/views/data_quality/ruleModel.vue
View file @
b4e3a62
...
...
@@ -95,7 +95,7 @@ const getSubjectTableTreeData = () => {
d
.
children
=
d
.
children
?.
map
(
child
=>
{
child
.
label
=
child
.
name
+
`(
${
child
.
tableName
}
)`
;
child
.
dataServerName
=
child
.
databaseName
;
child
.
dataSourceGuid
=
d
.
guid
;
child
.
dataSourceGuid
=
d
.
dataSourceGuid
||
d
.
guid
;
return
child
;
})
return
d
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment