diff --git a/src/views/qms/inspectionMethod/inspectionMethod.data.ts b/src/views/qms/inspectionMethod/inspectionMethod.data.ts index 8277a837d..d181e9855 100644 --- a/src/views/qms/inspectionMethod/inspectionMethod.data.ts +++ b/src/views/qms/inspectionMethod/inspectionMethod.data.ts @@ -36,11 +36,11 @@ export const InspectionMethod = useCrudSchemas(reactive([ field: 'operationGuidance', sort: 'custom', }, - { - label: '视频地址', - field: 'videoAddress', - sort: 'custom', - }, + // { + // label: '视频地址', + // field: 'videoAddress', + // sort: 'custom', + // }, { label: '是否可用', field: 'available', @@ -69,36 +69,6 @@ export const InspectionMethod = useCrudSchemas(reactive([ } } }, - { - label: '文件', - field: 'filePathList', - sort: 'custom', - isTable: false, - isForm: false, - table: { - }, - form: { - component: 'UploadFile', - componentProps: { - - } - } - }, - { - label: '文件', - field: 'videoAddress', - sort: 'custom', - isTable: false, - isForm: false, - table: { - }, - form: { - component: 'UploadFile', - componentProps: { - - } - } - }, { label: '创建时间', field: 'createTime',