Commit 49cca0cd by lizhixian

feat: 分支节点条件下拉选择添加clearable

parent 5538e6e0
......@@ -70,7 +70,7 @@
trigger: 'change'
}"
>
<el-select style="width: 160px" v-model="rule.leftSide">
<el-select style="width: 160px" v-model="rule.leftSide" clearable>
<el-option
v-for="(field, fIdx) in fieldOptions"
:key="fIdx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment