@@ -174,6 +174,11 @@
<template slot-scope="scope">{{ scope.row.receiveStatus | receiveFormat }}</template>
</el-table-column>
<el-table-column align='center'
+ prop="status"
+ label="状态">
+ {{scope.row.status === 1 ? '已退货': ''}}
+ </el-table-column>
+ <el-table-column align='center'
fixed="right"
width="150px"
label="操作">