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
6f7adb70
authored
2025-09-17 16:33:03 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修复数据产品上架详情
1 parent
9922cafa
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
src/views/data_asset/registerCatalogDetail.vue
src/views/data_asset/registerStartJS.vue
src/views/data_product/productListingDetail.vue
src/views/data_asset/registerCatalogDetail.vue
View file @
6f7adb7
This diff is collapsed.
Click to expand it.
src/views/data_asset/registerStartJS.vue
View file @
6f7adb7
...
...
@@ -2200,6 +2200,9 @@ const saveDraft = () => {
}
fullscreenLoading
.
value
=
true
;
if
(
guid
)
{
if
(
!
params
.
damGuid
)
{
params
.
damGuid
=
detailInfo
.
value
.
damGuid
;
}
params
.
guid
=
guid
;
registerUpdate
(
params
).
then
((
res
:
any
)
=>
{
fullscreenLoading
.
value
=
false
;
...
...
@@ -2400,6 +2403,9 @@ const save = () => {
}
fullscreenLoading
.
value
=
true
;
if
(
guid
)
{
if
(
!
params
.
damGuid
)
{
params
.
damGuid
=
detailInfo
.
value
.
damGuid
;
}
params
.
guid
=
guid
;
registerUpdate
(
params
).
then
((
res
:
any
)
=>
{
fullscreenLoading
.
value
=
false
;
...
...
src/views/data_product/productListingDetail.vue
View file @
6f7adb7
...
...
@@ -1975,7 +1975,7 @@ const rejectDialogBtnClick = (btn, info) => {
<span
class=
"item_label"
>
数据时间范围:
</span>
<span
class=
"item_value"
>
{{
timeRangeInfo
||
'--'
}}
</span>
</div>
<div
class=
"list_item"
>
<div
v-show=
"flowDetail.dataSource != '1'"
class=
"list_item"
>
<span
class=
"item_label"
>
交付方式:
</span>
<span
class=
"item_value"
>
{{
flowDetail
.
deliveryWayName
||
'--'
}}
</span>
</div>
...
...
@@ -1983,7 +1983,7 @@ const rejectDialogBtnClick = (btn, info) => {
<span
class=
"item_label"
>
定价方式:
</span>
<span
class=
"item_value"
>
{{
priceWayInfo
||
'--'
}}
</span>
</div>
<div
class=
"list_item"
>
<div
v-show=
"flowDetail.dataSource != '1'"
class=
"list_item"
>
<span
class=
"item_label"
>
定价金额:
</span>
<span
class=
"item_value"
>
{{
prcieInfo
||
'--'
}}
</span>
</div>
...
...
@@ -2012,11 +2012,11 @@ const rejectDialogBtnClick = (btn, info) => {
}}
</span>
</span>
</div>
<div
class=
"list_item is_block"
>
<div
v-show=
"flowDetail.dataSource != '1'"
class=
"list_item is_block"
>
<span
class=
"item_label"
>
收费说明:
</span>
<span
class=
"item_value"
>
{{
flowDetail
.
feeDesc
||
'--'
}}
</span>
</div>
<div
class=
"list_item1 is_block1"
>
<div
v-show=
"flowDetail.dataSource != '1'"
class=
"list_item1 is_block1"
>
<div
class=
"file_item"
v-if=
"flowDetail.productPic && flowDetail.productPic.name"
>
<span
class=
"item_label"
>
产品图片:
</span>
<span
class=
"item_value"
>
...
...
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