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