Browse Source

bug修改

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

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

@@ -105,7 +105,7 @@
105 105
           prop="Status"
106 106
           label="状态">
107 107
           <template slot-scope="scope">
108
-            {{scope.row.Status === 'useable' ? '未使用' : scope.row.Status === 'used' ? '已使用' : scope.row.Status === 'late' ? '逾期核销' : ''}}
108
+            {{scope.row.VerifyStatus === 'useable' ? '未使用' : scope.row.VerifyStatus === 'used' ? '已使用' : scope.row.VerifyStatus === 'late' ? '逾期核销' : ''}}
109 109
           </template>
110 110
         </el-table-column>
111 111
       </el-table>