前端大功能实现
This commit is contained in:
@@ -98,6 +98,7 @@ const crudOptions = ref({
|
||||
case: caseNumber
|
||||
},
|
||||
showIndex: false,
|
||||
showTools: false,
|
||||
rowSelection: { showCheckedAll: true },
|
||||
searchColNumber: 3,
|
||||
tablePagination: false,
|
||||
@@ -201,7 +202,7 @@ const crudColumns = ref([
|
||||
validateTrigger: "blur"
|
||||
},
|
||||
{
|
||||
title: "标识",
|
||||
title: "问题标识",
|
||||
align: "center",
|
||||
sortable: { sortDirections: ["ascend"] },
|
||||
width: 140,
|
||||
|
||||
Reference in New Issue
Block a user