浏览代码

fix: 格力折扣计算

zh 2 年之前
父节点
当前提交
12203129cf
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      src/views/supply/displace/displace_list.vue

+ 7 - 1
src/views/supply/displace/displace_list.vue

@@ -364,7 +364,13 @@
             prop="ke_discAmount"
             min-width="100"
             show-overflow-tooltip
-          ></el-table-column>
+          >
+          <template slot-scope="scope">
+              {{
+                  scope.row.ke_discAmount * scope.row.ke_refundableQty
+              }}
+            </template>
+        </el-table-column>
           <el-table-column
             align="left"
             label="现金钱包"