许成详 6 年前
父节点
当前提交
14662bdbab
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/pages/system/marketingActivities/listOfLotteryActivities/index.vue

+ 1
- 1
src/pages/system/marketingActivities/listOfLotteryActivities/index.vue 查看文件

@@ -276,7 +276,7 @@
276 276
             prop="Status"
277 277
             label="状态">
278 278
             <template slot-scope="scope">
279
-              {{scope.row.Status === '0' ? '未核销' : '已核销'}}
279
+              {{scope.row.Status == '0' ? '未核销' : '已核销'}}
280 280
             </template>
281 281
           </el-table-column>
282 282
         </el-table>