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
7f2fb235
authored
2026-01-07 10:17:49 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 限定状态
1 parent
e23b5a2f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
src/views/data_smart_contract/components/strategyTable.vue
src/views/data_smart_contract/components/strategyTable.vue
View file @
7f2fb23
...
...
@@ -409,9 +409,6 @@ const strategyData = computed(() => {
index
:
s
.
index
,
orderNum
:
s
.
orderNum
},
sc
));
// if (sc.constraintConnectorValue?.length) {
// // connectorList.value.push(...sc.constraintConnectorValue);
// }
})
})
return
v
;
...
...
@@ -516,6 +513,14 @@ const handleOperatorSelectChange = (val, scope, field) => {
targetValue
:
vv
.
at
(
-
1
)
};
})
}
else
if
(
field
==
'constraintStateValue'
)
{
svChild
.
additionValue
=
val
?.
map
(
vv
=>
{
let
item
=
props
.
limitStateOptionList
?.
find
(
c
=>
c
.
guid
==
vv
);
return
{
value
:
item
.
value
,
label
:
item
.
label
}
})
}
}
...
...
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