效果图如下:可以自定义在某一层实现数据新增

代码实现
对Cascader中的options做处理
<Cascader
allowClear
expandTrigger="hover"
options={
customerOption}
/>
const customerOption = handlecustomerOption(options);
const handlecustomerOption=(opt: any) =>{
if (opt && opt.length) {
opt.forEach((item: any)