许成详 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>