Browse Source

保养管理查询时间优化

2 years ago
parent
commit
c2c022235f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/check/checkjob/CheckJob.vue

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

@@ -351,7 +351,7 @@ export default {
           width: '200px'
           width: '200px'
         },
         },
         {
         {
-          title: '执行日期',
+          title: '计划执行日期',
           dataIndex: 'startTime',
           dataIndex: 'startTime',
           checked: true,
           checked: true,
           fixed: 'right',
           fixed: 'right',