应用集成平台服务端
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.
 
 
 

74 lines
1.3 KiB

//基础模式
const timeShiFen = {
list: [
{
type: "timePicker",
control:
{
modelValue: "",
placeholder: "占位内容",
format: "H:m"
},
config:
{
className: "自定义Class",
help: "帮助信息",
span: 12
},
name: "timePicker1691627090604",
item:
{
label: "时间选择器1"
}
}],
form:
{
size: "default",
name: ""
},
config:
{}
}
//高配版
const opt = {
list: [
{
type: "timePicker",
control:
{
modelValue: "",
placeholder: "占位内容",
format: "H:m"
},
config:
{
className: "自定义Class",
help: "帮助信息",
span: 12,
disabledAdd: true,
disabledEdit: true,
disabledDetail: true,
linkKey: true,
linkValue: "$.index>1",
linkResult: "disabled"
},
name: "timePicker1691627090604",
item:
{
label: "时间选择器1",
rules: [
{
required: true,
message: "必填项",
trigger: "change"
}]
}
}],
form:
{
size: "default",
name: ""
},
config:
{}
}