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
cc1843c7
authored
2025-02-25 16:51:37 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 产品上架编辑
1 parent
56342a8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/data_product/productListingDetail.vue
src/views/data_product/productListingDetail.vue
View file @
cc1843c
...
...
@@ -1959,12 +1959,12 @@ const rejectDialogBtnClick = (btn, info) => {
<div
class=
"list_item"
>
<span
class=
"item_label"
>
数据规模(条):
</span>
<span
class=
"item_value"
>
{{
flowDetail
.
dataScale
!=
null
?
changeNum
(
flowDetail
.
dataScale
,
0
)
:
'--'
}}
</span>
}}
</span>
</div>
<div
class=
"list_item"
>
<span
class=
"item_label"
>
病例总数(例):
</span>
<span
class=
"item_value"
>
{{
flowDetail
.
caseNumber
!=
null
?
changeNum
(
flowDetail
.
caseNumber
,
0
)
:
'--'
}}
</span>
}}
</span>
</div>
<div
class=
"list_item"
v-if=
"route.query.exchangeGuid"
>
<span
class=
"item_label"
>
登记数交所:
</span>
...
...
@@ -1978,7 +1978,7 @@ const rejectDialogBtnClick = (btn, info) => {
</span>
<span
class=
"item_value"
v-else
>
<span
v-for=
"(cor, c) in flowDetail.coverageAreaName"
:key=
"c"
class=
"area_text"
>
{{
cor
.
join
(
'/'
)
}}
</span>
}}
</span>
</span>
</div>
<div
class=
"list_item is_block"
>
...
...
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