Browse Source

模版展示列表

master
songguoqiang 1 year ago
parent
commit
d618ef5eaf
  1. 42
      src/views/detection/records/records.data.ts

42
src/views/detection/records/records.data.ts

@ -30,27 +30,27 @@ export const Records = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom', sort: 'custom',
isSearch: false, isSearch: false,
}, },
{ // {
label: '备注', // label: '备注',
field: 'remark', // field: 'remark',
sort: 'custom', // sort: 'custom',
isSearch: false, // isSearch: false,
}, // },
{ // {
label: '版本号', // label: '版本号',
field: 'version', // field: 'version',
sort: 'custom', // sort: 'custom',
isSearch: false, // isSearch: false,
}, // },
{ // {
label: '保存状态', // label: '保存状态',
field: 'saveStatus', // field: 'saveStatus',
sort: 'custom', // sort: 'custom',
isSearch: false, // isSearch: false,
form: { // form: {
component: 'Radio' // component: 'Radio'
}, // },
}, // },
{ {
label: '创建时间', label: '创建时间',
field: 'createTime', field: 'createTime',

Loading…
Cancel
Save