|
|
@ -16,7 +16,7 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: true, |
|
|
|
isForm:false, |
|
|
|
table: { |
|
|
|
width: 165, |
|
|
|
width: 200, |
|
|
|
fixed: 'left' |
|
|
|
} |
|
|
|
}, |
|
|
@ -27,7 +27,7 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: true, |
|
|
|
isForm:false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 200 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
@ -37,7 +37,7 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: false, |
|
|
|
isForm:false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 200 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
@ -47,7 +47,7 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: false, |
|
|
|
isForm:false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 200 |
|
|
|
} |
|
|
|
},{ |
|
|
|
label: '供应商名称', |
|
|
@ -56,7 +56,7 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: false, |
|
|
|
isForm:false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 200 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
componentProps:{ |
|
|
@ -86,7 +86,7 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: false, |
|
|
|
isForm:false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 200 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
componentProps:{ |
|
|
@ -111,7 +111,7 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: false, |
|
|
|
isForm:false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 200 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
@ -258,7 +258,7 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 175 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
@ -287,7 +287,7 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 175 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
@ -316,7 +316,7 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 175 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
@ -345,7 +345,7 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 175 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
@ -400,7 +400,7 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 170 |
|
|
|
width: 175 |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|