update: 大屏接口
This commit is contained in:
@@ -16,9 +16,7 @@
|
||||
<div class="content-item-clock">
|
||||
<div>
|
||||
<span class="clock-text">今日打卡人数:</span>
|
||||
<span class="clock-num1" @click="handleClickNum1(1, 1, 1)"
|
||||
>{{ twoRList?.weightLossCountDay ? twoRList?.weightLossCountDay : '--' }}人</span
|
||||
>
|
||||
<span class="clock-num1">{{ twoRList?.weightLossCountDay ? twoRList?.weightLossCountDay : '--' }}人</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="clock-text">异常人数:</span>
|
||||
@@ -30,9 +28,7 @@
|
||||
<div class="content-item-clock" style="margin-bottom: 0">
|
||||
<div>
|
||||
<span class="clock-text">本月打卡人数:</span>
|
||||
<span class="clock-num1" @click="handleClickNum1(1, 2, 1)"
|
||||
>{{ twoRList?.weightLossCountMonth ? twoRList?.weightLossCountMonth : '--' }}人</span
|
||||
>
|
||||
<span class="clock-num1">{{ twoRList?.weightLossCountMonth ? twoRList?.weightLossCountMonth : '--' }}人</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="clock-text">异常人数:</span>
|
||||
@@ -54,9 +50,7 @@
|
||||
<div class="content-item-clock">
|
||||
<div>
|
||||
<span class="clock-text">今日打卡人数:</span>
|
||||
<span class="clock-num1" @click="handleClickNum1(2, 1, 1)"
|
||||
>{{ twoRList?.bloodSugarCountDay ? twoRList?.bloodSugarCountDay : '--' }}人</span
|
||||
>
|
||||
<span class="clock-num1">{{ twoRList?.bloodSugarCountDay ? twoRList?.bloodSugarCountDay : '--' }}人</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="clock-text">异常人数:</span>
|
||||
@@ -68,9 +62,7 @@
|
||||
<div class="content-item-clock" style="margin-bottom: 0">
|
||||
<div>
|
||||
<span class="clock-text">本月打卡人数:</span>
|
||||
<span class="clock-num1" @click="handleClickNum1(2, 2, 1)"
|
||||
>{{ twoRList?.bloodSugarCountMonth ? twoRList?.bloodSugarCountMonth : '--' }}人</span
|
||||
>
|
||||
<span class="clock-num1">{{ twoRList?.bloodSugarCountMonth ? twoRList?.bloodSugarCountMonth : '--' }}人</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="clock-text">异常人数:</span>
|
||||
@@ -92,9 +84,7 @@
|
||||
<div class="content-item-clock">
|
||||
<div>
|
||||
<span class="clock-text">今日打卡人数:</span>
|
||||
<span class="clock-num1" @click="handleClickNum1(3, 1, 1)"
|
||||
>{{ twoRList?.bloodPressureCountDay ? twoRList?.bloodPressureCountDay : '--' }}人</span
|
||||
>
|
||||
<span class="clock-num1">{{ twoRList?.bloodPressureCountDay ? twoRList?.bloodPressureCountDay : '--' }}人</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="clock-text">异常人数:</span>
|
||||
@@ -106,9 +96,7 @@
|
||||
<div class="content-item-clock" style="margin-bottom: 0">
|
||||
<div>
|
||||
<span class="clock-text">本月打卡人数:</span>
|
||||
<span class="clock-num1" @click="handleClickNum1(3, 2, 1)"
|
||||
>{{ twoRList?.bloodPressureCountMonth ? twoRList?.bloodPressureCountMonth : '--' }}人</span
|
||||
>
|
||||
<span class="clock-num1">{{ twoRList?.bloodPressureCountMonth ? twoRList?.bloodPressureCountMonth : '--' }}人</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="clock-text">异常人数:</span>
|
||||
@@ -239,12 +227,12 @@
|
||||
.clock-num1,
|
||||
.clock-num2 {
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.clock-num1 {
|
||||
color: #22e8ff;
|
||||
}
|
||||
.clock-num2 {
|
||||
cursor: pointer;
|
||||
color: #f24439;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user