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
aa347f07
authored
2025-06-24 18:24:30 +0800
by
lxs
Committed by
lihua
2025-06-30 14:34:40 +0800
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
数据定价更新
1 parent
4ff20d35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
src/views/data_pricing/calculateConfig.vue
src/views/data_quality/qualityRules.vue
src/views/data_pricing/calculateConfig.vue
View file @
aa347f0
...
...
@@ -80,7 +80,7 @@ const baseConfigFormItems: any = ref([
options
:
[],
props
:
{
label
:
"damName"
,
value
:
"
damG
uid"
,
value
:
"
g
uid"
,
},
clearable
:
true
,
filterable
:
true
,
...
...
src/views/data_quality/qualityRules.vue
View file @
aa347f0
...
...
@@ -293,10 +293,11 @@ const formItems: any = ref([
placeholder
:
'请选择'
,
options
:
productList
.
value
,
props
:
{
value
:
'
damG
uid'
,
value
:
'
g
uid'
,
label
:
'damName'
},
clearable
:
true
,
filterable
:
true
},
{
label
:
'描述'
,
...
...
@@ -666,6 +667,9 @@ const clickCreateGroup = () => {
formItems
.
value
.
map
(
item
=>
{
if
(
item
.
field
===
'orderNum'
)
{
item
.
default
=
null
;
}
else
if
(
item
.
field
===
'damGuid'
){
item
.
options
=
productList
.
value
;
item
.
default
=
''
;
}
else
{
item
.
default
=
""
;
}
...
...
@@ -950,7 +954,7 @@ onActivated(async () => {
const
getProducts
=
()
=>
{
getDamCatalogList
({
dataType
:
userData
.
superTubeFlag
==
'Y'
?
"P"
:
"D"
,
sceneType
:
"Z"
}).
then
((
res
:
any
)
=>
{
if
(
res
.
code
==
proxy
.
$passCode
)
{
const
data
=
res
.
data
.
records
||
[];
const
data
=
res
.
data
||
[];
productList
.
value
=
data
;
}
})
...
...
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