|
@@ -26,8 +26,20 @@
|
|
<el-button type="text" @click="audit(props.scope.row)">审核</el-button>
|
|
<el-button type="text" @click="audit(props.scope.row)">审核</el-button>
|
|
</template>
|
|
</template>
|
|
</table-list> -->
|
|
</table-list> -->
|
|
- <div style="text-align: end; margin-bottom: 12px">
|
|
|
|
- <el-button size="small" type="primary" @click="setGoodsOptions"
|
|
|
|
|
|
+ <div
|
|
|
|
+ style="
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ margin-bottom: 12px;
|
|
|
|
+ "
|
|
|
|
+ >
|
|
|
|
+ <span>退款订单:<span style="color: red;">{{ total || 0 }}</span>条</span>
|
|
|
|
+ <el-button
|
|
|
|
+ size="small"
|
|
|
|
+ type="primary"
|
|
|
|
+ @click="setGoodsOptions"
|
|
|
|
+ v-if="formData.periodStatus === '1,2' || formData.periodStatus === 0"
|
|
>批量审核</el-button
|
|
>批量审核</el-button
|
|
>
|
|
>
|
|
</div>
|
|
</div>
|
|
@@ -101,7 +113,13 @@
|
|
<span v-else>{{ item.ch }}{{ scope.row[item.prop] }}</span></template
|
|
<span v-else>{{ item.ch }}{{ scope.row[item.prop] }}</span></template
|
|
>
|
|
>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column fixed="right" label="操作" width="120" align="center">
|
|
|
|
|
|
+ <el-table-column
|
|
|
|
+ fixed="right"
|
|
|
|
+ label="操作"
|
|
|
|
+ width="120"
|
|
|
|
+ align="center"
|
|
|
|
+ v-if="formData.periodStatus === '1,2' || formData.periodStatus === 0"
|
|
|
|
+ >
|
|
<template slot-scope="props">
|
|
<template slot-scope="props">
|
|
<el-button type="text" @click="audit(props.row)">审核</el-button>
|
|
<el-button type="text" @click="audit(props.row)">审核</el-button>
|
|
</template>
|
|
</template>
|