Commit ef06e982 by 黑潮

fix: 修复字段错误

parent 5a32ce18
......@@ -60,7 +60,7 @@
<el-table-column label="申请数量" prop="refundQuantity"></el-table-column>
<el-table-column label="退货单号" width="200">
<template slot-scope="{ row }">
{{row.deliveryId}}
{{row.refundId}}
<el-popover
placement="bottom-end"
width="300"
......
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