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
e91c5e17
authored
2025-02-28 17:52:09 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修复产品详情
1 parent
f2ae5884
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
src/views/data_asset/qualityEvaluate.vue
src/views/data_asset/valueEvaluate.vue
src/views/data_product/productListingDetail.vue
src/views/data_asset/qualityEvaluate.vue
View file @
e91c5e1
...
...
@@ -298,7 +298,7 @@ const tableBtnClick = (scope, btn) => {
if
(
row
.
registerApproveState
==
'Y'
)
{
router
.
push
({
name
:
'registerDetail'
,
query
:
{
guid
:
row
.
registerGuid
,
evaGuid
:
row
.
guid
,
type
:
'qualityEvaluate'
,
tenantGuid
:
row
.
tenantGuid
}
query
:
{
guid
:
row
.
registerGuid
,
evaGuid
:
row
.
guid
,
type
:
'qualityEvaluate'
,
tenantGuid
:
row
.
tenantGuid
,
tenantName
:
row
.
tenantName
}
});
}
else
{
router
.
push
({
...
...
src/views/data_asset/valueEvaluate.vue
View file @
e91c5e1
...
...
@@ -400,7 +400,7 @@ const tableBtnClick = (scope, btn) => {
if
(
row
.
registerApproveState
==
'Y'
)
{
router
.
push
({
name
:
'registerValueDetail'
,
query
:
{
guid
:
row
.
registerGuid
,
costAssessGuid
:
row
.
guid
,
type
:
'costAssess'
,
tenantGuid
:
row
.
tenantGuid
}
query
:
{
guid
:
row
.
registerGuid
,
costAssessGuid
:
row
.
guid
,
type
:
'costAssess'
,
tenantGuid
:
row
.
tenantGuid
,
tenantName
:
row
.
tenantName
}
});
}
else
{
router
.
push
({
...
...
src/views/data_product/productListingDetail.vue
View file @
e91c5e1
...
...
@@ -1509,7 +1509,7 @@ const timeRangeInfo = computed(() => {
});
const
prcieInfo
=
computed
(()
=>
{
// 还需要把flowDetail.value.productPrice 拼接priceUnitList.value.find(item => item.value == flowDetail.value.priceUnit)?.label
return
flowDetail
.
value
.
productPrice
?
`
${
flowDetail
.
value
.
productPrice
}
${
priceUnitList
.
value
.
find
(
item
=>
item
.
value
==
flowDetail
.
value
.
priceUnit
)?.
label
}
` : '--';
return
flowDetail
.
value
.
productPrice
?
`
${
changeNum
(
parseInt
(
flowDetail
.
value
.
productPrice
),
2
)
}
${
priceUnitList
.
value
.
find
(
item
=>
item
.
value
==
flowDetail
.
value
.
priceUnit
)?.
label
}
` : '--';
})
const toolBtns: any = computed(() => {
...
...
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