+
{{ scope.row.零件图号 }}
@@ -91,17 +91,12 @@
{{ scope.row.工时总额 }}
-
+
{{ scope.row.设备工时 }}
-
-
- {{ scope.row.扫码工时 }}
-
-
-
+
{{ scope.row.修补准结工时 }}
@@ -111,6 +106,11 @@
{{ scope.row.操作时间 }}
+
+
+ {{ scope.row.扫码工时 }}
+
+
{
+ console.log(response.data, 111)
if (response.data.total === 0) {
this.loading = false
} else {
@@ -176,6 +177,7 @@ export default {
this.tableData2 = []
this.pageCurrent2 = 1
searchtable2(row.人员编号, this.startTime, this.endTime, this.pageCurrent2, this.pageSize2).then(response => {
+ console.log(response.data, 222)
if (response.data.rows.length !== 0) {
this.tableData2 = response.data.rows
}