Browse Source

EAM ——> 基础数据 备件管理更新

master_hella_20240701
gaojs 4 months ago
parent
commit
293c8fd4f3
  1. 2
      src/views/eam/sparePart/sparePart.data.ts

2
src/views/eam/sparePart/sparePart.data.ts

@ -24,7 +24,7 @@ export const SparePart = useCrudSchemas(reactive<CrudSchema[]>([
label: '编号', label: '编号',
field: 'code', field: 'code',
sort: 'custom', sort: 'custom',
isForm: true, isForm: false,
isSearch: true, isSearch: true,
fixed: 'left' fixed: 'left'
}, },

Loading…
Cancel
Save