|
|
@ -32,16 +32,6 @@ export const InspectionMethod = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'operationGuidance', |
|
|
|
sort: 'custom', |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '是否可用',
|
|
|
|
// field: 'available',
|
|
|
|
// sort: 'custom',
|
|
|
|
// dictType: DICT_TYPE.TRUE_FALSE,
|
|
|
|
// dictClass: 'string', // 默认都是字符串类型其他暂不考虑
|
|
|
|
// form: {
|
|
|
|
// component: 'SelectV2'
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '文件', |
|
|
|
field: 'videoAddress', |
|
|
@ -68,6 +58,9 @@ export const InspectionMethod = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
formatter: dateFormatter, |
|
|
|
isForm: false, |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '操作', |
|
|
|