|
|
@@ -681,15 +681,15 @@
|
|
|
const RECORD_TABLE_COLUMNS: TableColumnProps[] = [
|
|
|
{ label: '编号', type: 'index', align: 'center', width: '80px' },
|
|
|
{ label: '检查时间', prop: 'checkTime', minWidth: '160px' },
|
|
|
- { label: '检查人员', prop: 'checkPerson', minWidth: '100px' },
|
|
|
- { label: '检查场所类别', prop: 'checkPlaceCategory', minWidth: '120px' },
|
|
|
- { label: '检查场所', prop: 'checkPlace', minWidth: '120px' },
|
|
|
- { label: '检查项总数', prop: 'checkItemTotal', align: 'center', width: '100px' },
|
|
|
- { label: '合格项数', prop: 'qualifiedItemNum', align: 'center', width: '90px' },
|
|
|
- { label: '不合格项数', prop: 'unqualifiedItemNum', slot: 'unqualifiedItemNum', align: 'center', width: '100px' },
|
|
|
- { label: '整体检查情况描述', prop: 'overallCheckDesc', minWidth: '180px', showOverflowTooltip: true },
|
|
|
- { label: '被检查人签字', slot: 'sign', align: 'center', width: '140px' },
|
|
|
- { label: '操作', slot: 'action', align: 'center', width: '160px', fixed: 'right' },
|
|
|
+ { label: '检查人员', prop: 'checkPerson', minWidth: '140px' },
|
|
|
+ { label: '检查场所类别', prop: 'checkPlaceCategory', minWidth: '160px' },
|
|
|
+ { label: '检查场所', prop: 'checkPlace', minWidth: '180px' },
|
|
|
+ { label: '检查项总数', prop: 'checkItemTotal', align: 'center', width: '160px' },
|
|
|
+ { label: '合格项数', prop: 'qualifiedItemNum', align: 'center', width: '140px' },
|
|
|
+ { label: '不合格项数', prop: 'unqualifiedItemNum', slot: 'unqualifiedItemNum', align: 'center', width: '160px' },
|
|
|
+ { label: '整体检查情况描述', prop: 'overallCheckDesc', minWidth: '190px', showOverflowTooltip: true },
|
|
|
+ { label: '被检查人签字', slot: 'sign', align: 'center', width: '180px' },
|
|
|
+ { label: '操作', slot: 'action', align: 'center', width: '180px', fixed: 'right' },
|
|
|
];
|
|
|
const RECORD_TABLE_OPTIONS = {
|
|
|
emptyText: '暂无检查记录',
|