|
@ -249,6 +249,7 @@ export const DeviceMoldItems = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
field: 'creator', |
|
|
field: 'creator', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: false, |
|
|
isSearch: false, |
|
|
|
|
|
hiddenSearchHigh: true, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
@ -260,6 +261,7 @@ export const DeviceMoldItems = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
formatter: dateFormatter, |
|
|
formatter: dateFormatter, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
|
|
|
hiddenSearchHigh: true, |
|
|
table: { |
|
|
table: { |
|
|
width: 170 |
|
|
width: 170 |
|
|
} |
|
|
} |
|
|