888
This commit is contained in:
@@ -34,7 +34,7 @@ const crudOptions = ref({
|
||||
edit: { show: true },
|
||||
delete: { show: true },
|
||||
searchColNumber: 3,
|
||||
tablePagination: true,
|
||||
tablePagination: false,
|
||||
operationColumn: true,
|
||||
scroll: { x: "100%", y: "100%" },
|
||||
formOption: {
|
||||
|
||||
@@ -32,7 +32,7 @@ const crudOptions = ref({
|
||||
edit: { show: true, api: testDemandApi.editTestDemand },
|
||||
delete: { show: true },
|
||||
searchColNumber: 3,
|
||||
tablePagination: true,
|
||||
tablePagination: false,
|
||||
operationColumn: true,
|
||||
formOption: {
|
||||
width: 1200
|
||||
|
||||
@@ -29,7 +29,7 @@ const crudOptions = ref({
|
||||
edit: { show: true, api: designDemandApi.editDesignDemand },
|
||||
delete: { show: true },
|
||||
searchColNumber: 3,
|
||||
tablePagination: true,
|
||||
tablePagination: false,
|
||||
operationColumn: true,
|
||||
operationColumnAlign:'center',
|
||||
formOption: {
|
||||
@@ -42,7 +42,6 @@ const crudColumns = ref([
|
||||
align:'center',
|
||||
width: 50,
|
||||
dataIndex: "id",
|
||||
search: true,
|
||||
commonRules: [{ required: true, message: "标识是必填" }],
|
||||
validateTrigger: "blur"
|
||||
},
|
||||
|
||||
@@ -62,7 +62,7 @@ const crudOptions = ref({
|
||||
edit: { show: true },
|
||||
delete: { show: true },
|
||||
searchColNumber: 3,
|
||||
tablePagination: true,
|
||||
tablePagination: false,
|
||||
operationColumn: true,
|
||||
operationColumnAlign: "center",
|
||||
formOption: {
|
||||
@@ -83,7 +83,6 @@ const crudColumns = ref([
|
||||
width: 50,
|
||||
align: "center",
|
||||
dataIndex: "id",
|
||||
search: true,
|
||||
commonRules: [{ required: true, message: "ID是必填" }],
|
||||
validateTrigger: "blur"
|
||||
},
|
||||
|
||||
@@ -33,7 +33,7 @@ const crudOptions = ref({
|
||||
edit: { show: true },
|
||||
delete: { show: true },
|
||||
searchColNumber: 3,
|
||||
tablePagination: true,
|
||||
tablePagination: false,
|
||||
operationColumn: true,
|
||||
formOption: {
|
||||
width: 1200,
|
||||
|
||||
Reference in New Issue
Block a user