大纲模版完成

This commit is contained in:
2025-04-21 19:07:07 +08:00
parent 68c93f5d83
commit 7fe6ecf765
8 changed files with 136 additions and 95 deletions

View File

@@ -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"
},
}
]
}
])

View File

@@ -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分级数据"
}
]
}