Commit cb719dab by caoyanzhi

update: 字段调整

parent 986220ff
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<div> <div>
<div class="flex flex-space-between"> <div class="flex flex-space-between">
<span class="font-12 color-fff">{{ item.storeGroupName }}</span <span class="font-12 color-fff">{{ item.storeGroupName }}</span
><span class="font-12 color-fff p-l-40">登录率:{{ item.loginRate }}</span> ><span class="font-12 color-fff p-l-40">登录率:{{ item.loginRateString }}</span>
</div> </div>
<div class="m-t-10"> <div class="m-t-10">
<span class="process-tip-dot bg-e6ecfa"></span> <span class="font-12 color-fff">员工人数:</span> <span class="font-12 color-fff">{{ item.totalClerkCnt }}</span> <span class="process-tip-dot bg-e6ecfa"></span> <span class="font-12 color-fff">员工人数:</span> <span class="font-12 color-fff">{{ item.totalClerkCnt }}</span>
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
</div> </div>
<div class="people-total"> <div class="people-total">
<div class="flex people-total-bg"> <div class="flex people-total-bg">
<div class="login-total" :style="{ width: item.loginRate }"></div> <div class="login-total" :style="{ width: item.loginRateString }"></div>
<div class="login-rate" :style="{ left: item.loginRate }">{{ item.loginRate }}</div> <div class="login-rate" :style="{ left: item.loginRateString }">{{ item.loginRateString }}</div>
</div> </div>
</div> </div>
</el-tooltip> </el-tooltip>
......
...@@ -418,7 +418,7 @@ export default { ...@@ -418,7 +418,7 @@ export default {
}, },
mounted() { mounted() {
let start = new Date(); let start = new Date();
start = new Date(start.setMonth(start.getMonth() - 3)); start = new Date(start.setMonth(start.getMonth() - 1));
const end = new Date(); const end = new Date();
const startDate = []; const startDate = [];
const endDate = []; const endDate = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment