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
9b6df6b5
authored
2026-03-17 10:33:16 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
签名去掉签署时间
1 parent
573665b1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/data_smart_contract/smartContractDetail.vue
src/views/data_smart_contract/smartContractDetail.vue
View file @
9b6df6b
...
...
@@ -1647,7 +1647,7 @@ onActivated(() => {
<span
class=
"item_label"
>
创建时间:
</span>
<span
class=
"item_value"
>
{{ detailInfo.createTime || '--' }}
</span>
</div>
<div
class=
"list_item"
style=
" width: 55%;"
>
<
!-- <
div class="list_item" style=" width: 55%;">
<span class="item_label">有效期:</span>
<span class="item_value">{{ !detailInfo.signatureTime ? '--' : (detailInfo.signatureTime + '至' +
detailInfo.endTime) }}</span>
...
...
@@ -1655,7 +1655,7 @@ onActivated(() => {
<div class="list_item" style=" width: 45%;">
<span class="item_label">签署时间:</span>
<span class="item_value">{{ detailInfo.signatureTime || '--' }}</span>
</div>
</div>
-->
</div>
</div>
<div
class=
"empty-div"
></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