@@ -176,7 +176,7 @@
<el-table-column align='center'
prop="status"
label="状态">
- {{scope.row.status === 1 ? '已退货': ''}}
+ <template slot-scope="scope">{{scope.row.status === 1 ? '已退货': ''}}</template>
</el-table-column>
fixed="right"