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
c3a0df09
authored
2025-12-03 17:44:19 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改合约显示问题
1 parent
86476061
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
src/views/data_smart_contract/components/strategyTable.vue
src/views/data_smart_contract/smartContractDetail.vue
src/views/data_smart_contract/components/strategyTable.vue
View file @
c3a0df0
...
...
@@ -96,7 +96,7 @@
<el-option
v-for=
"opt in productFieldList"
:key=
"opt['enName']"
:label=
"opt['chName']"
:value=
"opt['enName']"
/>
</el-select>
<span
v-else
>
{{
(
scope
.
row
.
constraintEnName
==
'dataField'
?
scope
.
row
.
additionValue
?.
map
(
a
=>
a
.
chName
)?.
join
(
','
)
:
((
scope
.
row
.
constraintEnName
==
'limitedDeliveryConnector'
||
scope
.
row
.
constraintEnName
==
'limitedUseConnector'
)
?
scope
.
row
.
additionValue
?.
map
(
a
=>
a
.
tenantName
)?.
join
(
','
)
:
scope
.
row
[
'constraint
Field
Value'
]))
||
'--'
}}
</span>
<span
v-else
>
{{
(
scope
.
row
.
constraintEnName
==
'dataField'
?
scope
.
row
.
additionValue
?.
map
(
a
=>
a
.
chName
)?.
join
(
','
)
:
((
scope
.
row
.
constraintEnName
==
'limitedDeliveryConnector'
||
scope
.
row
.
constraintEnName
==
'limitedUseConnector'
)
?
scope
.
row
.
additionValue
?.
map
(
a
=>
a
.
tenantName
)?.
join
(
','
)
:
scope
.
row
[
'constraintValue'
]))
||
'--'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
v-if=
"!isLook"
label=
"操作"
width=
"140px"
align=
"left"
fixed=
"right"
show-overflow-tooltip
>
...
...
src/views/data_smart_contract/smartContractDetail.vue
View file @
c3a0df0
...
...
@@ -289,7 +289,9 @@ const exportExtendTableInfo = computed(() => {
const
productTableInfo
=
ref
({
id
:
"input-product-table"
,
height
:
'214px'
,
height
:
'75px'
,
minHeight
:
'60px'
,
minPanelHeight
:
'60px'
,
fields
:
[
{
label
:
"序号"
,
type
:
"index"
,
width
:
TableColumnWidth
.
INDEX
,
align
:
"center"
},
{
label
:
"数据产品"
,
field
:
"dataProductName"
,
width
:
180
},
...
...
@@ -1293,7 +1295,7 @@ onActivated(() => {
</ContentWrap>
<ContentWrap
v-show=
"currentStep == 1"
id=
"product-info"
title=
"合约标的"
expandSwicth
style=
"margin-top: 15px"
:isExpand=
"expandInfo"
@
expand=
"(v) => (expandInfo = v)"
description=
""
>
<Table
ref=
"productTableRef"
:tableInfo=
"productTableInfo"
class=
"fiveRow-table"
/>
<Table
ref=
"productTableRef"
:tableInfo=
"productTableInfo"
/>
</ContentWrap>
<ContentWrap
v-show=
"currentStep == 1"
id=
"policy-info"
title=
"合约策略"
expandSwicth
style=
"margin-top: 15px"
:isExpand=
"expandPolicy"
@
expand=
"(v) => (expandPolicy = 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