update: 大屏接口
This commit is contained in:
@@ -526,14 +526,14 @@ export function twoRform(type) {
|
|||||||
placeholder: '请输入',
|
placeholder: '请输入',
|
||||||
defaultValue: '',
|
defaultValue: '',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
label: '异常标记',
|
// label: '异常标记',
|
||||||
field: 'abFlag',
|
// field: 'abFlag',
|
||||||
type: 'select',
|
// type: 'select',
|
||||||
placeholder: '请选择',
|
// placeholder: '请选择',
|
||||||
options: normalTypeList,
|
// options: normalTypeList,
|
||||||
defaultValue: type,
|
// defaultValue: type,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
label: '单位',
|
label: '单位',
|
||||||
field: 'departName',
|
field: 'departName',
|
||||||
|
|||||||
@@ -13,23 +13,23 @@
|
|||||||
<div style="font-weight: bold">{{ scrollList.totalCount ? scrollList.totalCount : '--' }}人</div>
|
<div style="font-weight: bold">{{ scrollList.totalCount ? scrollList.totalCount : '--' }}人</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-d">
|
<div class="item-d">
|
||||||
<div>心血管异常人数</div>
|
<div>冠脉CTA异常人数</div>
|
||||||
<div style="font-weight: bold; cursor: pointer; color: #22e8ff" @click="handleClickNum(1)"
|
<div style="font-weight: bold; cursor: pointer; color: #22e8ff" @click="handleClickNum(1)"
|
||||||
>{{ scrollList.cardiovaAbCount ? scrollList.cardiovaAbCount : '--' }}人</div
|
>{{ scrollList.cardiovaAbCount ? scrollList.cardiovaAbCount : '--' }}人</div
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-d">
|
<div class="item-d">
|
||||||
<div>脑血管异常人数</div>
|
<div>头颅CTA异常人数</div>
|
||||||
<div style="font-weight: bold; cursor: pointer; color: #22e8ff" @click="handleClickNum(2)"
|
<div style="font-weight: bold; cursor: pointer; color: #22e8ff" @click="handleClickNum(2)"
|
||||||
>{{ scrollList.cerebrovAbCount ? scrollList.cerebrovAbCount : '--' }}人</div
|
>{{ scrollList.cerebrovAbCount ? scrollList.cerebrovAbCount : '--' }}人</div
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-d">
|
<!-- <div class="item-d">-->
|
||||||
<div>冠状CT异常人数</div>
|
<!-- <div>冠状CT异常人数</div>-->
|
||||||
<div style="font-weight: bold; cursor: pointer; color: #22e8ff" @click="handleClickNum(3)"
|
<!-- <div style="font-weight: bold; cursor: pointer; color: #22e8ff" @click="handleClickNum(3)"-->
|
||||||
>{{ scrollList.cctaAbCount ? scrollList.cctaAbCount : '--' }}人</div
|
<!-- >{{ scrollList.cctaAbCount ? scrollList.cctaAbCount : '--' }}人</div-->
|
||||||
>
|
<!-- >-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
<!-- </vue3-seamless-scroll>-->
|
<!-- </vue3-seamless-scroll>-->
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
.item-d {
|
.item-d {
|
||||||
//background: pink;
|
//background: pink;
|
||||||
height: 40px;
|
height: calc(100% / 3);
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|||||||
@@ -16,9 +16,7 @@
|
|||||||
<div class="content-item-clock">
|
<div class="content-item-clock">
|
||||||
<div>
|
<div>
|
||||||
<span class="clock-text">今日打卡人数:</span>
|
<span class="clock-text">今日打卡人数:</span>
|
||||||
<span class="clock-num1" @click="handleClickNum1(1, 1, 1)"
|
<span class="clock-num1">{{ twoRList?.weightLossCountDay ? twoRList?.weightLossCountDay : '--' }}人</span>
|
||||||
>{{ twoRList?.weightLossCountDay ? twoRList?.weightLossCountDay : '--' }}人</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span class="clock-text">异常人数:</span>
|
<span class="clock-text">异常人数:</span>
|
||||||
@@ -30,9 +28,7 @@
|
|||||||
<div class="content-item-clock" style="margin-bottom: 0">
|
<div class="content-item-clock" style="margin-bottom: 0">
|
||||||
<div>
|
<div>
|
||||||
<span class="clock-text">本月打卡人数:</span>
|
<span class="clock-text">本月打卡人数:</span>
|
||||||
<span class="clock-num1" @click="handleClickNum1(1, 2, 1)"
|
<span class="clock-num1">{{ twoRList?.weightLossCountMonth ? twoRList?.weightLossCountMonth : '--' }}人</span>
|
||||||
>{{ twoRList?.weightLossCountMonth ? twoRList?.weightLossCountMonth : '--' }}人</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span class="clock-text">异常人数:</span>
|
<span class="clock-text">异常人数:</span>
|
||||||
@@ -54,9 +50,7 @@
|
|||||||
<div class="content-item-clock">
|
<div class="content-item-clock">
|
||||||
<div>
|
<div>
|
||||||
<span class="clock-text">今日打卡人数:</span>
|
<span class="clock-text">今日打卡人数:</span>
|
||||||
<span class="clock-num1" @click="handleClickNum1(2, 1, 1)"
|
<span class="clock-num1">{{ twoRList?.bloodSugarCountDay ? twoRList?.bloodSugarCountDay : '--' }}人</span>
|
||||||
>{{ twoRList?.bloodSugarCountDay ? twoRList?.bloodSugarCountDay : '--' }}人</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span class="clock-text">异常人数:</span>
|
<span class="clock-text">异常人数:</span>
|
||||||
@@ -68,9 +62,7 @@
|
|||||||
<div class="content-item-clock" style="margin-bottom: 0">
|
<div class="content-item-clock" style="margin-bottom: 0">
|
||||||
<div>
|
<div>
|
||||||
<span class="clock-text">本月打卡人数:</span>
|
<span class="clock-text">本月打卡人数:</span>
|
||||||
<span class="clock-num1" @click="handleClickNum1(2, 2, 1)"
|
<span class="clock-num1">{{ twoRList?.bloodSugarCountMonth ? twoRList?.bloodSugarCountMonth : '--' }}人</span>
|
||||||
>{{ twoRList?.bloodSugarCountMonth ? twoRList?.bloodSugarCountMonth : '--' }}人</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span class="clock-text">异常人数:</span>
|
<span class="clock-text">异常人数:</span>
|
||||||
@@ -92,9 +84,7 @@
|
|||||||
<div class="content-item-clock">
|
<div class="content-item-clock">
|
||||||
<div>
|
<div>
|
||||||
<span class="clock-text">今日打卡人数:</span>
|
<span class="clock-text">今日打卡人数:</span>
|
||||||
<span class="clock-num1" @click="handleClickNum1(3, 1, 1)"
|
<span class="clock-num1">{{ twoRList?.bloodPressureCountDay ? twoRList?.bloodPressureCountDay : '--' }}人</span>
|
||||||
>{{ twoRList?.bloodPressureCountDay ? twoRList?.bloodPressureCountDay : '--' }}人</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span class="clock-text">异常人数:</span>
|
<span class="clock-text">异常人数:</span>
|
||||||
@@ -106,9 +96,7 @@
|
|||||||
<div class="content-item-clock" style="margin-bottom: 0">
|
<div class="content-item-clock" style="margin-bottom: 0">
|
||||||
<div>
|
<div>
|
||||||
<span class="clock-text">本月打卡人数:</span>
|
<span class="clock-text">本月打卡人数:</span>
|
||||||
<span class="clock-num1" @click="handleClickNum1(3, 2, 1)"
|
<span class="clock-num1">{{ twoRList?.bloodPressureCountMonth ? twoRList?.bloodPressureCountMonth : '--' }}人</span>
|
||||||
>{{ twoRList?.bloodPressureCountMonth ? twoRList?.bloodPressureCountMonth : '--' }}人</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span class="clock-text">异常人数:</span>
|
<span class="clock-text">异常人数:</span>
|
||||||
@@ -239,12 +227,12 @@
|
|||||||
.clock-num1,
|
.clock-num1,
|
||||||
.clock-num2 {
|
.clock-num2 {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
.clock-num1 {
|
.clock-num1 {
|
||||||
color: #22e8ff;
|
color: #22e8ff;
|
||||||
}
|
}
|
||||||
.clock-num2 {
|
.clock-num2 {
|
||||||
|
cursor: pointer;
|
||||||
color: #f24439;
|
color: #f24439;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user