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