hfxc226 2 роки тому
батько
коміт
259e863a66

+ 2 - 2
src/router/generator-platform-routers.js

@@ -107,8 +107,8 @@ const constantRouterComponents = {
   'SpotCheckStandard': () => import('@/views/check/checkstandard/SpotCheckStandard'),
   'SpotCheckProject': () => import('@/views/check/checkproject/SpotCheckProject'),
   'SpotCheckPlan': () => import('@/views/check/checkplan/SpotCheckPlan'),
-  'SpotCheckJobOverTime': () => import('@/views/check/checkjob/SpotCheckJob'),
-  'SpotCheckJob': () => import('@/views/check/checkjob/SpotCheckJobOverTime'),
+  'SpotCheckJobOverTime': () => import('@/views/check/checkjob/SpotCheckJobOverTime'),
+  'SpotCheckJob': () => import('@/views/check/checkjob/SpotCheckJob'),
   'SpotCheckJobFinish': () => import('@/views/check/checkjob/SpotCheckJobFinish'),
   // 保养
   'PollingCheckStandard': () => import('@/views/check/checkstandard/PollingCheckStandard'),

+ 2 - 2
src/views/check/checkjob/CheckJob.vue

@@ -260,7 +260,7 @@ export default {
         searchEndTime: null,
         filter: this.filter,
         status: this.status,
-        receiveOvertime: null,
+        receiveOvertime: this.receiveOvertime,
         statusList: this.statusList,
         sbId: this.$route.query.id
       },
@@ -389,7 +389,7 @@ export default {
           fixed: 'right',
           width: '100px',
           customRender: (text, record, index) => {
-            return ((text === null || text === 0) ? '否' : '是')
+            return ((text === null || !text || text === 0) ? '否' : '是')
           }
         },
         {