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
c2bf6817
authored
2025-12-10 17:19:55 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
合约详情去掉扩展字段信息
1 parent
469a81b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/data_smart_contract/smartContractDetail.vue
src/views/data_smart_contract/smartContractDetail.vue
View file @
c2bf681
...
...
@@ -1299,7 +1299,7 @@ onActivated(() => {
<span
class=
"item_value"
>
{{
detailInfo
.
contractAbstract
||
'--'
}}
</span>
</div>
</div>
<Table
ref=
"extendTableRef"
:tableInfo=
"extendTableInfo"
class=
"fiveRow-table"
/>
<Table
ref=
"extendTableRef"
v-show=
"extendTableInfo.data?.length"
:tableInfo=
"extendTableInfo"
class=
"fiveRow-table"
/>
</ContentWrap>
<ContentWrap
v-show=
"currentStep == 1"
id=
"product-info"
title=
"合约标的"
expandSwicth
style=
"margin-top: 15px"
:isExpand=
"expandInfo"
@
expand=
"(v) => (expandInfo = v)"
description=
""
>
...
...
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