lrf402788946 4 years ago
parent
commit
c1dfafc7c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/plan/index.vue

+ 1 - 1
src/views/plan/index.vue

@@ -43,7 +43,7 @@ export default {
           display: i => !_this.applyList.find(f => f.termid == i.termid && f.date == i.day),
         },
         {
-          label: '已上报本期',
+          label: '今日已申请',
           display: i => _this.applyList.find(f => f.termid == i.termid && f.date == i.day),
         },
       ],