|
|
@ -244,6 +244,7 @@ export const DeviceMoldItems = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
isForm: false, |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
} |
|
|
@ -254,6 +255,7 @@ export const DeviceMoldItems = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
formatter: dateFormatter, |
|
|
|
isForm: false, |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 170 |
|
|
|
} |
|
|
@ -352,6 +354,7 @@ export const DeviceMoldItemsTwo = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
isForm: false, |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
} |
|
|
@ -362,6 +365,7 @@ export const DeviceMoldItemsTwo = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
formatter: dateFormatter, |
|
|
|
isForm: false, |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 170 |
|
|
|
} |
|
|
|