许成详 6 years ago
parent
commit
14662bdbab

+ 1
- 1
src/pages/system/marketingActivities/listOfLotteryActivities/index.vue View File

@@ -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>