Commit 573d6124 by 黑潮

fix: 修复bug

parent 9be248c6
......@@ -121,7 +121,6 @@
<el-table-column label="操作" width="200">
<template slot-scope="{ row }">
<template v-if="row.refundFlag == 0 && row.refundLogisticsNo">
<span class="state-point state-point-success">已寄回</span>
<div>
<dm-delete @confirm="handleReceive(row, 1)" tips="确认同意收货?">
<el-button type="text">同意收货</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment