@@ -5,7 +5,11 @@
<sales-table :dataList="dataList" :column="column" @handleSelection="handleSelection">
-
+ <template #events>
+ <el-button v-if="details.status==1 && isFront!==false" type="primary" size="mini" @click="handleInform(2)">通知退货</el-button>
+ <!-- <el-button v-if="details.status==2 && isFront!==false" size="mini">撤销退货</el-button> -->
+
+ </template>
<!-- <template v-slot:operation="{item:{row,$index}}">-->
<!-- <el-popconfirm-->