。。。
This commit is contained in:
@@ -26,7 +26,6 @@ const goutAdd = (data) => {
|
|||||||
|
|
||||||
// 查看病例
|
// 查看病例
|
||||||
const goutSee = (data) => {
|
const goutSee = (data) => {
|
||||||
console.log(data)
|
|
||||||
return request({
|
return request({
|
||||||
url: 'gout/result',
|
url: 'gout/result',
|
||||||
data:data
|
data:data
|
||||||
|
|||||||
@@ -35,27 +35,27 @@
|
|||||||
<image src="/static/imgs/zhi.png" mode="widthFix" style="width: 30rpx;" />
|
<image src="/static/imgs/zhi.png" mode="widthFix" style="width: 30rpx;" />
|
||||||
<text>高血脂</text>
|
<text>高血脂</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="title">{{countInfo.hyperlipidemia.first}} {{countInfo.hyperlipidemia.unit}}</view>
|
<view class="title">{{countInfo.hyperlipidemia.first}}</view>
|
||||||
<view class="title">{{countInfo.hyperlipidemia.max}} {{countInfo.hyperlipidemia.unit}}</view>
|
<view class="title">{{countInfo.hyperlipidemia.max}}</view>
|
||||||
<view class="title">{{countInfo.hyperlipidemia.last}} {{countInfo.hyperlipidemia.unit}}</view>
|
<view class="title">{{countInfo.hyperlipidemia.last}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="baseitem">
|
<view class="baseitem">
|
||||||
<view class="title">
|
<view class="title">
|
||||||
<image src="/static/imgs/ya.png" mode="widthFix" style="width: 30rpx;" />
|
<image src="/static/imgs/ya.png" mode="widthFix" style="width: 30rpx;" />
|
||||||
<text>高血压</text>
|
<text>高血压</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="title">{{countInfo.hypertension.first}} {{countInfo.hypertension.unit}}</view>
|
<view class="title">{{countInfo.hypertension.first}}</view>
|
||||||
<view class="title">{{countInfo.hypertension.max}} {{countInfo.hypertension.unit}}</view>
|
<view class="title">{{countInfo.hypertension.max}}</view>
|
||||||
<view class="title">{{countInfo.hypertension.last}} {{countInfo.hypertension.unit}}</view>
|
<view class="title">{{countInfo.hypertension.last}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="baseitem">
|
<view class="baseitem">
|
||||||
<view class="title">
|
<view class="title">
|
||||||
<image src="/static/imgs/tang.png" mode="widthFix" style="width: 30rpx;" />
|
<image src="/static/imgs/tang.png" mode="widthFix" style="width: 30rpx;" />
|
||||||
<text>高血糖</text>
|
<text>高血糖</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="title">{{countInfo.hyperglycemia.first}} {{countInfo.hyperglycemia.unit}}</view>
|
<view class="title">{{countInfo.hyperglycemia.first}}</view>
|
||||||
<view class="title">{{countInfo.hyperglycemia.max}} {{countInfo.hyperglycemia.unit}}</view>
|
<view class="title">{{countInfo.hyperglycemia.max}}</view>
|
||||||
<view class="title">{{countInfo.hyperglycemia.last}} {{countInfo.hyperglycemia.unit}}</view>
|
<view class="title">{{countInfo.hyperglycemia.last}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
v-if="items.type == 'case_log'">
|
v-if="items.type == 'case_log'">
|
||||||
<view class="caseTime-cont-left" :class="{active : items.item.cover}">
|
<view class="caseTime-cont-left" :class="{active : items.item.cover}">
|
||||||
<view class="caseTime-cont-name" v-if="items.item">
|
<view class="caseTime-cont-name" v-if="items.item">
|
||||||
{{ items.item.type.text }}测量结果 - {{ items.item.quantity }}
|
{{ items.item.type.text }}测量 - {{ items.item.quantity }}{{items.item.type.unit}}
|
||||||
</view>
|
</view>
|
||||||
<view class="nowrap-multi caseTime-cont-text">
|
<view class="nowrap-multi caseTime-cont-text">
|
||||||
{{ items.item.remark }}
|
{{ items.item.remark }}
|
||||||
@@ -116,8 +116,8 @@
|
|||||||
mode="aspectFill"></image>
|
mode="aspectFill"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="recordCont-form">
|
<view class="recordCont-form">
|
||||||
<view class="site-input">
|
<view class="site-input" v-if="LogInfo.type">
|
||||||
<label> 测量值</label> <view class="recordCont-title-input"> {{ LogInfo.quantity }} </view>
|
<label> 测量值</label> <view class="recordCont-title-input"> {{ LogInfo.quantity }} {{LogInfo.type.unit}} </view>
|
||||||
</view>
|
</view>
|
||||||
<view class="site-input">
|
<view class="site-input">
|
||||||
<label>备注描述</label> <view class="site-remarks"> {{ LogInfo.remark }} </view>
|
<label>备注描述</label> <view class="site-remarks"> {{ LogInfo.remark }} </view>
|
||||||
@@ -176,7 +176,6 @@
|
|||||||
// 获取列表
|
// 获取列表
|
||||||
getlist(){
|
getlist(){
|
||||||
goutSee({page:this.page,type:''}).then(res => {
|
goutSee({page:this.page,type:''}).then(res => {
|
||||||
console.log(res)
|
|
||||||
if(this.page === 1){
|
if(this.page === 1){
|
||||||
this.caseInfo = res.case
|
this.caseInfo = res.case
|
||||||
this.countInfo = res.count
|
this.countInfo = res.count
|
||||||
@@ -441,6 +440,7 @@
|
|||||||
.caseTime-cont-name {
|
.caseTime-cont-name {
|
||||||
color: #3670ce;
|
color: #3670ce;
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caseTime-cont-text {
|
.caseTime-cont-text {
|
||||||
|
|||||||
71
unpackage/dist/dev/app-plus/app-service.js
vendored
71
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
78
unpackage/dist/dev/app-plus/app-view.js
vendored
78
unpackage/dist/dev/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user