瀏覽代碼

Merge branch 'dev' of http://git.ycjcjy.com/SpaceOfCheng/admin into dev

许成详 6 年之前
父節點
當前提交
342e4c919c
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      src/pages/system/dataStatistics/courseVerifyList/index.vue

+ 3
- 3
src/pages/system/dataStatistics/courseVerifyList/index.vue 查看文件

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: '逾期核销',