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
0b51cee3
authored
2025-02-26 18:08:48 +0800
by
lxs
Committed by
lihua
2025-02-28 09:43:07 +0800
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
数据资产登记更新
1 parent
a35017bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
src/views/data_asset/registerDetail.vue
src/views/data_asset/registerDetail.vue
View file @
0b51cee
...
...
@@ -1796,17 +1796,10 @@ 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.propertyTerm != 'Y'"
>
<
div
class
=
"list_item"
>
<
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.propertyTerm == 'Y'"
>
<
span
class
=
"item_label"
>
产权结束时间
:
<
/span
>
<
span
class
=
"item_value"
>
{{
assetDetailInfo
.
propertyTermEdate
??
'--'
}}
<
/span
>
<
span
class
=
"item_value"
v
-
if
=
"assetDetailInfo.propertyTerm != 'Y'"
>
无
<
/span
>
<
span
class
=
"item_value"
v
-
else
>
{{
`${assetDetailInfo.propertyTermSdate ?? '--'
}
至 ${assetDetailInfo.propertyTermEdate ?? '--'
}
`
}}
<
/span
>
<
/div
>
<
div
class
=
"list_item"
>
<
span
class
=
"item_label"
>
公司名称
:
<
/span
>
...
...
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