Browse Source

文件

master_hella_20240701
zhang_li 6 months ago
parent
commit
55721d7c16
  1. 40
      src/views/qms/inspectionMethod/inspectionMethod.data.ts

40
src/views/qms/inspectionMethod/inspectionMethod.data.ts

@ -36,11 +36,11 @@ export const InspectionMethod = useCrudSchemas(reactive<CrudSchema[]>([
field: 'operationGuidance', field: 'operationGuidance',
sort: 'custom', sort: 'custom',
}, },
{ // {
label: '视频地址', // label: '视频地址',
field: 'videoAddress', // field: 'videoAddress',
sort: 'custom', // sort: 'custom',
}, // },
{ {
label: '是否可用', label: '是否可用',
field: 'available', 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: '创建时间', label: '创建时间',
field: 'createTime', field: 'createTime',

Loading…
Cancel
Save