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
36d97d7e
authored
2025-12-16 16:42:57 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
溯源显示合约提交方
1 parent
4013042e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
src/views/data_smart_contract/traceabilityInquiryManage.vue
src/views/data_smart_contract/traceabilityInquiryManage.vue
View file @
36d97d7
...
...
@@ -210,11 +210,16 @@ const handleTableExpandChange = (row: any, expandedRows: any[]) => {
<span
class=
"item_label"
>
区块链时间:
</span>
<span
class=
"item_value"
>
{{ activity.info?.blockchainTime || '--' }}
</span>
</div>
<div
class=
"list_item is_block"
>
<div
class=
"list_item is_block"
:style=
"{ width: activity.info?.bizType == '合约' ? '66.66%' : '100%' }"
>
<span
class=
"item_label"
>
hash值:
</span>
<span
class=
"item_value"
><ellipsis-tooltip
:content=
"activity?.info?.logHash || '--'"
class-name=
"w100f mr8-i"
:refName=
"'tooltipOver' + 'logHash'"
></ellipsis-tooltip></span>
</div>
<div
class=
"list_item"
v-if=
"activity.info?.bizType == '合约'"
>
<span
class=
"item_label"
>
提交方:
</span>
<span
class=
"item_value"
><ellipsis-tooltip
:content=
"activity.info?.submitter || '--'"
class-name=
"w100f mr8-i"
:refName=
"'tooltipOver' + 'submitter'"
></ellipsis-tooltip></span>
</div>
<div
v-show=
"index < activities.length - 1"
class=
"split-line"
></div>
</div>
</el-timeline-item>
...
...
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