From 7f177f5915a1dbdf8ad6cd840b4d7408b9f3598f Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期六, 14 九月 2024 15:16:41 +0800 Subject: [PATCH] Merge branch 'master' of http://47.96.225.205:8888/r/operation_pc-v2 --- pages/order/list/_id.vue | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/pages/order/list/_id.vue b/pages/order/list/_id.vue index 7c548e7..dcac6cf 100644 --- a/pages/order/list/_id.vue +++ b/pages/order/list/_id.vue @@ -113,10 +113,25 @@ min-width="120" ></el-table-column> <el-table-column - label="质检扣款(元)" + label="质检退款(元)" prop="deductAmount" min-width="120" ></el-table-column> + <el-table-column + label="补货扣款(元)" + prop="replaceFee" + min-width="120" + ></el-table-column> + <el-table-column + label="降级扣款(元)" + prop="checkFee" + min-width="120" + ></el-table-column> + <el-table-column + label="缺货扣款(元)" + prop="lackFeeSupplier" + min-width="120" + ></el-table-column> <el-table-column label="质检审核" width="220" fixed="right"> <template #default="{ row }"> <el-button -- Gitblit v1.9.3