Browse Source

fix:实例增加机组字段

pull/125/head
xiaojinfei 1 day ago
parent
commit
3b79042e48
  1. 6
      src/views/run/instant/instant.data.ts

6
src/views/run/instant/instant.data.ts

@ -33,6 +33,12 @@ export const columns: BasicColumn[] = [
slots: { customRender: 'detail' }, slots: { customRender: 'detail' },
fixed: 'left', fixed: 'left',
}, },
{
title: '机组',
dataIndex: 'unitName',
width: 200,
},
{ {
title: '专业', title: '专业',
dataIndex: 'systemName', dataIndex: 'systemName',

Loading…
Cancel
Save