Browse Source

报修申请描述字段不对

master
zhang_li 8 months ago
parent
commit
1bb55bb918
  1. 2
      src/views/eam/device/deviceRepair/deviceRepair.data.ts

2
src/views/eam/device/deviceRepair/deviceRepair.data.ts

@ -162,7 +162,7 @@ export const DeviceRepair = useCrudSchemas(reactive<CrudSchema[]>([
}, },
{ {
label: '描述', label: '描述',
field: 'describe', field: 'describes',
sort: 'custom', sort: 'custom',
table: { table: {
width: '150', width: '150',

Loading…
Cancel
Save