Browse Source

[SBBJ-906][巡检点检查看图片]

master
zengqinyuan 2 months ago
parent
commit
a05b165f50
  1. 9
      src/views/eam/device/deviceSpotInspectionRecordMain/deviceSpotInspectionRecordMain.data.ts

9
src/views/eam/device/deviceSpotInspectionRecordMain/deviceSpotInspectionRecordMain.data.ts

@ -281,6 +281,15 @@ export const DeviceSpotInspectionRecordDetail = useCrudSchemas(reactive<CrudSche
}, },
isSearch: true isSearch: true
}, },
{
label: '图片',
field: 'filePathList',
sort: 'custom',
table: {
width: '300',
},
isSearch: true
},
{ {
label: '操作', label: '操作',
field: 'action', field: 'action',

Loading…
Cancel
Save