Browse Source

调试

hella_online_20240829
zhaoyiran 5 months ago
parent
commit
c6dc3dad4f
  1. 1
      src/views/qms/counter/counter.data.ts

1
src/views/qms/counter/counter.data.ts

@ -30,6 +30,7 @@ export const Counter = useCrudSchemas(reactive<CrudSchema[]>([
field: 'inspectionType', field: 'inspectionType',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: true,
dictType: DICT_TYPE.INSPECTION_TYPE,
table: { table: {
width: 175 width: 175
} }

Loading…
Cancel
Save