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