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
17ec8b59
authored
2025-02-26 17:00:20 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'develop' into release-test
2 parents
640c67a3
e55cfa19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
src/views/data_asset/registerDetail.vue
src/views/data_asset/registerDetail.vue
View file @
17ec8b5
...
...
@@ -1796,11 +1796,15 @@ const passCommonDialogBtnClick = (btn, info) => {
<
span
class
=
"item_label"
>
使用限制
:
<
/span
>
<
span
class
=
"item_value"
>
{{
assetDetailInfo
.
isLimitations
==
'Y'
?
'有限制'
:
'无限制'
}}
<
/span
>
<
/div
>
<
div
class
=
"list_item"
v
-
if
=
"assetDetailInfo.isLimitations == 'Y'"
>
<
div
class
=
"list_item"
v
-
if
=
"assetDetailInfo.propertyTerm != 'Y'"
>
<
span
class
=
"item_label"
>
产权期限
:
<
/span
>
<
span
class
=
"item_value"
>
无
<
/span
>
<
/div
>
<
div
class
=
"list_item"
v
-
if
=
"assetDetailInfo.propertyTerm == 'Y'"
>
<
span
class
=
"item_label"
>
产权开始时间
:
<
/span
>
<
span
class
=
"item_value"
>
{{
assetDetailInfo
.
propertyTermSdate
??
'--'
}}
<
/span
>
<
/div
>
<
div
class
=
"list_item"
v
-
if
=
"assetDetailInfo.
isLimitations
== 'Y'"
>
<
div
class
=
"list_item"
v
-
if
=
"assetDetailInfo.
propertyTerm
== 'Y'"
>
<
span
class
=
"item_label"
>
产权结束时间
:
<
/span
>
<
span
class
=
"item_value"
>
{{
assetDetailInfo
.
propertyTermEdate
??
'--'
}}
<
/span
>
<
/div
>
...
...
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