|
@@ -507,7 +507,7 @@
|
|
|
const currentRowForUnqualified = ref<Record<string, unknown> | null>(null);
|
|
const currentRowForUnqualified = ref<Record<string, unknown> | null>(null);
|
|
|
const unqualifiedList = ref<UnqualifiedItemNumRecord[]>([]);
|
|
const unqualifiedList = ref<UnqualifiedItemNumRecord[]>([]);
|
|
|
const UNQUALIFIED_TABLE_COLUMNS: TableColumnProps[] = [
|
|
const UNQUALIFIED_TABLE_COLUMNS: TableColumnProps[] = [
|
|
|
- { label: '编号', type: 'index', align: 'center', width: '60px' },
|
|
|
|
|
|
|
+ { label: '编号', type: 'index', align: 'center', width: '80px' },
|
|
|
{ label: '检查场所', prop: 'checkPlace', minWidth: '200px' },
|
|
{ label: '检查场所', prop: 'checkPlace', minWidth: '200px' },
|
|
|
{ label: '发现问题', prop: 'checkProblem', minWidth: '220px' },
|
|
{ label: '发现问题', prop: 'checkProblem', minWidth: '220px' },
|
|
|
{ label: '检查时间', prop: 'checkTime', minWidth: '180px' },
|
|
{ label: '检查时间', prop: 'checkTime', minWidth: '180px' },
|