{ label: "选择上级分类", prop: "parentId", component: { name: "cl-select", props: { tree: true, current: true, labelKey: "name", valueKey: "id", checkStrictly: false, }, }, },
{
label: "选择上级分类",
prop: "parentId",
component: {
name: "cl-select",
props: {
tree: true,
current: true,
labelKey: "name",
valueKey: "id",
checkStrictly: false,
},
},
},