This commit is contained in:
2023-08-21 19:57:49 +08:00
parent f217ff65d3
commit 0a095527e4
8 changed files with 78 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ const crudOptions = ref({
},
showIndex: false,
rowSelection: { showCheckedAll: true },
searchColNumber: 3,
searchColNumber: 4,
tablePagination: false,
operationColumn: true,
operationColumnAlign: "center",
@@ -64,6 +64,7 @@ const crudColumns = ref([
{
title: "标识",
align: "center",
sortable: { sortDirections: ["ascend"] },
width: 120,
dataIndex: "ident",
search: true,
@@ -79,6 +80,13 @@ const crudColumns = ref([
commonRules: [{ required: true, message: "需求名称是必填" }],
validateTrigger: "blur"
},
{
title:'章节号',
align:'center',
width:150,
dataIndex:'chapter',
search:true,
},
{
title: "需求类型",
width: 150,