|
|
@ -36,11 +36,11 @@ export const InspectionMethod = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
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<CrudSchema[]>([ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
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', |
|
|
|