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',
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',

Loading…
Cancel
Save