大纲模版完成
This commit is contained in:
@@ -73,6 +73,7 @@ export default function (crudOrFormRef: any) {
|
||||
dataIndex: "testMethod",
|
||||
formType: "select",
|
||||
multiple: true,
|
||||
maxTagCount: 5,
|
||||
dict: { name: "testMethod", props: { label: "title", value: "key" }, translation: true }
|
||||
},
|
||||
{
|
||||
@@ -120,7 +121,7 @@ export default function (crudOrFormRef: any) {
|
||||
title: "操作与预期",
|
||||
dataIndex: "subStep",
|
||||
formType: "steptable"
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
||||
])
|
||||
|
||||
@@ -95,12 +95,14 @@ export default function (crudOrFormRef: any) {
|
||||
{
|
||||
title: "接口类型",
|
||||
dataIndex: "type",
|
||||
hide: true
|
||||
hide: true,
|
||||
placeholder:"请填写接口类型或协议,例如:UART"
|
||||
},
|
||||
{
|
||||
title: "接口内容",
|
||||
title: "接口数据",
|
||||
dataIndex: "protocal",
|
||||
hide: true
|
||||
hide: true,
|
||||
placeholder:"请填写接口的交互数据,例如:XX分级数据"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user