45
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user