diff --git a/src/views/detection/records/records.data.ts b/src/views/detection/records/records.data.ts index 614d0f8..0d321af 100644 --- a/src/views/detection/records/records.data.ts +++ b/src/views/detection/records/records.data.ts @@ -30,27 +30,27 @@ export const Records = useCrudSchemas(reactive([ sort: 'custom', isSearch: false, }, - { - label: '备注', - field: 'remark', - sort: 'custom', - isSearch: false, - }, - { - label: '版本号', - field: 'version', - sort: 'custom', - isSearch: false, - }, - { - label: '保存状态', - field: 'saveStatus', - sort: 'custom', - isSearch: false, - form: { - component: 'Radio' - }, - }, + // { + // label: '备注', + // field: 'remark', + // sort: 'custom', + // isSearch: false, + // }, + // { + // label: '版本号', + // field: 'version', + // sort: 'custom', + // isSearch: false, + // }, + // { + // label: '保存状态', + // field: 'saveStatus', + // sort: 'custom', + // isSearch: false, + // form: { + // component: 'Radio' + // }, + // }, { label: '创建时间', field: 'createTime',