element v-if 条件渲染问题

时间:2025-04-08 07:19:20
< el-form-item :label=" $t( '')"
prop= "CategoryIds" >
< el-cascader v-if=" softNewType == 1"
clearable
filterable
:show-all-levels=" true"
:change-on-select=" true"
v-model=" editSoftTreeRuleForm. CategoryIds"
:options=" softClass"
key= "username-input"
>
</ el-cascader >
< el-cascader v-if=" softNewType == 0"
clearable
filterable
:show-all-levels=" true"
:change-on-select=" true"
:props=" softClassListProps"
:options=" softClassList"
v-model=" editSoftTreeRuleForm. CategoryIds"
key= "email-input"
></ el-cascader >
</ el-form-item >