yusheng 11 месяцев назад
Родитель
Сommit
0add452d71
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/views/bpm/tickets/index.vue
  2. 1 1
      src/views/bpm/tickets/patrolInspection/index.vue

+ 1 - 1
src/views/bpm/tickets/index.vue

@@ -43,7 +43,7 @@
       return {
       return {
         activeComp: 'patrolInspection',
         activeComp: 'patrolInspection',
         tabOptions: [
         tabOptions: [
-          { key: 'patrolInspection', name: '巡检工单' },
+          { key: 'patrolInspection', name: '巡检工单' },
           { key: 'maintenance', name: '保养工单' },
           { key: 'maintenance', name: '保养工单' },
           // { key: 'delivery', name: '量具送检工单' },
           // { key: 'delivery', name: '量具送检工单' },
           { key: 'repair', name: '维修工单' }
           { key: 'repair', name: '维修工单' }

+ 1 - 1
src/views/bpm/tickets/patrolInspection/index.vue

@@ -193,7 +193,7 @@
           },
           },
           {
           {
             prop: 'planName',
             prop: 'planName',
-            label: '巡检名称',
+            label: '巡检名称',
             align: 'center',
             align: 'center',
             minWidth: '180',
             minWidth: '180',
             showOverflowTooltip: true
             showOverflowTooltip: true