Skip to content

Commit d96e520

Browse files
committed
添加类型
1 parent a77ba78 commit d96e520

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

pages/product-model.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,9 +398,25 @@
398398
"label": "文本",
399399
"value": "text"
400400
},
401+
{
402+
"label": "文本框",
403+
"value": "textarea"
404+
},
401405
{
402406
"label": "下拉框",
403407
"value": "select"
408+
},
409+
{
410+
"label": "滑块",
411+
"value": "slider"
412+
},
413+
{
414+
"label": "日期",
415+
"value": "date"
416+
},
417+
{
418+
"label": "时间",
419+
"value": "time"
404420
}
405421
]
406422
},
@@ -412,14 +428,29 @@
412428
{
413429
"key": "value",
414430
"label": "",
415-
"type": "text"
431+
"type": "number"
416432
},
417433
{
418434
"key": "label",
419435
"label": "名称",
420436
"type": "text"
421437
}
422438
]
439+
},
440+
{
441+
"key": "min",
442+
"label": "最小值",
443+
"type": "number"
444+
},
445+
{
446+
"key": "max",
447+
"label": "最大值",
448+
"type": "number"
449+
},
450+
{
451+
"key": "step",
452+
"label": "步长",
453+
"type": "number"
423454
}
424455
]
425456
}

0 commit comments

Comments
 (0)