From 0047fbc2ce92e5bd37300dd74f2d278796405482 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期四, 12 十月 2023 21:05:19 +0800 Subject: [PATCH] style: 隐藏产品组件下方合计 --- src/components/makepager/CommonFormTableView.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/makepager/CommonFormTableView.vue b/src/components/makepager/CommonFormTableView.vue index 80520cc..35e69fb 100644 --- a/src/components/makepager/CommonFormTableView.vue +++ b/src/components/makepager/CommonFormTableView.vue @@ -138,13 +138,13 @@ >閲嶇畻</el-button > </div> - <div v-if="showSummary.total || showSummary.refundable" style="height: 42px; line-height: 42px"> + <div v-if="false && (showSummary.total || showSummary.refundable)" style="height: 42px; line-height: 42px" > <el-row :gutter="10"> - <el-col v-if="showSummary.total" :span="2" :offset="22"> + <el-col v-if="showSummary.total" :span="3" :offset="21"> <span style="font-weight: bold">鍚堣</span> <span style="margin-left: 10px">{{ total }}</span> </el-col> - <el-col v-if="showSummary.refundable" :span="2" :offset="22"> + <el-col v-if="showSummary.refundable" :span="3" :offset="21"> <span style="font-weight: bold">搴旈��娆�</span> <span style="margin-left: 10px">0.00</span> </el-col> -- Gitblit v1.8.0