瀏覽代碼

no message

Moss 1 年之前
父節點
當前提交
63ca3530c6
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/mallManagement/order/sales_return_order_list/index.vue

+ 3 - 3
src/views/mallManagement/order/sales_return_order_list/index.vue

@@ -286,12 +286,12 @@
               </template>
             </el-table-column>
             <el-table-column align="center" label="退货数量" prop="refundNum" min-width="120"></el-table-column>
-            <el-table-column align="center" label="退货单价" prop="" min-width="120">
+            <el-table-column align="center" label="退货单价" prop="refundAmount" min-width="120"></el-table-column>
+            <el-table-column align="center" label="退货金额" prop="" min-width="120">
               <template slot-scope="scope">
-                {{(scope.row.refundAmount / scope.row.refundNum) || 0}}
+                {{(scope.row.refundAmount * scope.row.refundNum) * 100 / 100}}
               </template>
             </el-table-column>
-            <el-table-column align="center" label="退货金额" prop="refundAmount" min-width="120"></el-table-column>
 
             <el-table-column align="center" label="已退数量" prop="retiredNum" min-width="120"></el-table-column>
             <el-table-column align="center" label="已退单价" min-width="120">