mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-03-30 03:19:37 +00:00
feat: 分支节点条件下拉选择添加clearable
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user