一、该问题的重现步骤是什么?
转换到column里面如何配置
{
label: "投保险种",
prop: "insuranceType",
type: "select",
dicUrl: "/api/blade-system/dict/dictionary?code=insurance_company",
props: {
label: "dictValue",
value: "dictKey"
},
hide: true,
row: true,
rules: [
{
required: true,
message: "请输入投保险种",
trigger: "blur"
}
]
}
2.
3.
二、你期待的结果是什么?实际看到的又是什么?
三、你正在使用的是什么产品,什么版本?在什么操作系统上?
四、请提供详细的错误堆栈信息,这很重要。
五、若有更多详细信息,请在下面提供。
扫一扫访问 Blade技术社区 移动端