1.element-ui版本要比较新,才能支持级联选择器,注意css文件也要更新到位
2.options中value值必须字符串.如果是数字要注意字符串化
<el-cascader
:options="options"
:props="props"
clearable></el-cascader>
image.png
--by Affandi ⊙▽⊙
1.element-ui版本要比较新,才能支持级联选择器,注意css文件也要更新到位
2.options中value值必须字符串.如果是数字要注意字符串化
<el-cascader
:options="options"
:props="props"
clearable></el-cascader>
image.png
--by Affandi ⊙▽⊙