<
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
>