From 22f2f9533e359a45bf18d6fe96edd45e20177edb Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 24 Feb 2021 18:35:59 +0800 Subject: [PATCH] 积分设置页面修改 --- zq-erp/src/main/resources/templates/views/admin/score/score-setting.html | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/score/score-setting.html b/zq-erp/src/main/resources/templates/views/admin/score/score-setting.html index 1f6b2ac..e91a568 100644 --- a/zq-erp/src/main/resources/templates/views/admin/score/score-setting.html +++ b/zq-erp/src/main/resources/templates/views/admin/score/score-setting.html @@ -19,6 +19,29 @@ <div class="ibox-content" id="app" v-cloak> <el-form label-width="120px" > <el-row> + <p class="el-big-title">积分统计</p> + </el-row> + <el-row> + <el-row> + <el-col :span="18"> + <el-form-item> + <el-col class="line" :span="6" style="text-align: center">积分总额</el-col> + <el-col class="line" :span="6" style="text-align: center">可使用积分</el-col> + <el-col class="line" :span="6" style="text-align: center">已消耗积分</el-col> + </el-form-item> + </el-col> + </el-row> + <el-row> + <el-col :span="18"> + <el-form-item> + <el-col class="line" :span="6" style="text-align: center">0</el-col> + <el-col class="line" :span="6" style="text-align: center">0</el-col> + <el-col class="line" :span="6" style="text-align: center">0</el-col> + </el-form-item> + </el-col> + </el-row> + </el-row> + <el-row> <p class="el-big-title">积分规则</p> </el-row> <el-row> -- Gitblit v1.9.1