This commit is contained in:
2024-06-13 19:41:57 +08:00
parent b8df6f3403
commit b6f56fe5d8
31 changed files with 691 additions and 273 deletions

View File

@@ -130,17 +130,17 @@ const crudColumns = ref([
width: 120,
dataIndex: "ident",
search: true,
commonRules: [{ required: true, message: "标识是必填" }],
validateTrigger: "blur",
placeholder: "请输入文档中设计需求的标识"
placeholder: "请输入文档中设计需求的标识",
help:'若不知道则填"无"或不填'
},
{
title: "需名称",
title: "需名称",
align: "center",
width: 150,
dataIndex: "name",
search: true,
commonRules: [{ required: true, message: "需求名称是必填" }],
commonRules: [{ required: true, message: "设计需求名称是必填" }],
validateTrigger: "blur"
},
{
@@ -148,7 +148,8 @@ const crudColumns = ref([
align: "center",
width: 150,
dataIndex: "chapter",
search: true
search: true,
help:'若为隐含需求则填"/"'
},
{
title: "需求类型",