|
@@ -61,7 +61,7 @@
|
|
|
:dataSource="dataSource"
|
|
|
:pagination="ipagination"
|
|
|
:loading="loading"
|
|
|
- @change="handleTableChange" :scroll="{ x: 1000, y: 650 }">
|
|
|
+ @change="handleTableChange" :scroll="{ x: 1000, y: 550 }">
|
|
|
|
|
|
<span slot="ShiftTime" slot-scope="text, record, index">
|
|
|
{{record.shiftRealTimeS}} - {{record.shiftRealTimeX}}
|
|
@@ -328,6 +328,11 @@
|
|
|
customRender: 'customDuration'
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '校准人',
|
|
|
+ align: "center",
|
|
|
+ dataIndex: 'jzBy'
|
|
|
+ },
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'action',
|