应用集成平台服务端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

68 lines
1.1 KiB

//基础
const rateopt = {
list: [
{
type: "rate",
control:
{
modelValue: 0
},
config:
{},
name: "rate1691734301601",
item:
{
label: "评分"
}
}],
form:
{
size: "default",
name: ""
},
config:
{}
}
//配置版
const rateoptDatopt = {
list: [
{
type: "rate",
control:
{
modelValue: 0,
disabled: true,
max: 10
},
config:
{
className: "自定义Class",
help: "帮助细腻些",
span: 12,
disabledAdd: true,
disabledEdit: true,
disabledDetail: true,
linkKey: true,
linkValue: "$.index>1",
linkResult: "disabled"
},
name: "rate1691734301601",
item:
{
label: "评分",
rules: [
{
required: true,
message: "必填项",
trigger: "change"
}]
}
}],
form:
{
size: "default",
name: ""
},
config:
{}
}