Browse Source

bug修改

wangfei 6 years ago
parent
commit
4290a220d3
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/pages/system/dataStatistics/courseVerifyList/index.vue

+ 3
- 3
src/pages/system/dataStatistics/courseVerifyList/index.vue View File

105
           prop="Status"
105
           prop="Status"
106
           label="状态">
106
           label="状态">
107
           <template slot-scope="scope">
107
           <template slot-scope="scope">
108
-            {{scope.row.VerifyStatus === 'useable' ? '未使用' : scope.row.VerifyStatus === 'used' ? '已使用' : scope.row.VerifyStatus === 'late' ? '逾期核销' : ''}}
108
+            {{scope.row.VerifyStatus === 'useable' ? '未核销' : scope.row.VerifyStatus === 'used' ? '已核销' : scope.row.VerifyStatus === 'late' ? '逾期核销' : ''}}
109
           </template>
109
           </template>
110
         </el-table-column>
110
         </el-table-column>
111
       </el-table>
111
       </el-table>
142
         value: '',
142
         value: '',
143
         id: ''
143
         id: ''
144
       }, {
144
       }, {
145
-        value: '未使用',
145
+        value: '未核销',
146
         id: 'useable'
146
         id: 'useable'
147
       }, {
147
       }, {
148
-        value: '已使用',
148
+        value: '已核销',
149
         id: 'used'
149
         id: 'used'
150
       }, {
150
       }, {
151
         value: '逾期核销',
151
         value: '逾期核销',