fix: 统一修改列表表头默认可两行展示。
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header">
|
<view class="item-header">
|
||||||
<u--text lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||||
:text="dictStr(item.type,typeList) +':'+item.name" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="dictStr(item.type,typeList) +':'+item.name" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
|
|||||||
@@ -71,7 +71,7 @@
|
|||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header">
|
<view class="item-header">
|
||||||
<u--text lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||||
:text="item.healthRecordName +':'+ item.hospitalName" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.healthRecordName +':'+ item.hospitalName" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
|
|||||||
@@ -74,7 +74,7 @@
|
|||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header">
|
<view class="item-header">
|
||||||
<u--text lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||||
:text="item.name" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.name" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header">
|
<view class="item-header">
|
||||||
<u--text lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||||
:text="item.personName+',身高:'+item.height +'CM'+',体重:'+item.weight +'KG'" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.personName+',身高:'+item.height +'CM'+',体重:'+item.weight +'KG'" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
|
|||||||
@@ -74,7 +74,7 @@
|
|||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header">
|
<view class="item-header">
|
||||||
<u--text lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||||
:text="item.name +' '+ item.dosage+dictStr(item.unit, unitList) " size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.name +' '+ item.dosage+dictStr(item.unit, unitList) " size="30rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
|
|||||||
@@ -74,7 +74,7 @@
|
|||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header" @click="enterDetails(item)">
|
<view class="item-header" @click="enterDetails(item)">
|
||||||
<u--text lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||||
:text="item.shortName +'-'+ item.brand +'('+ item.packaging+')' " size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.shortName +'-'+ item.brand +'('+ item.packaging+')' " size="30rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header" @click="enterDetails(item)">
|
<view class="item-header" @click="enterDetails(item)">
|
||||||
<u--text lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||||
:text="item.medicineName" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.medicineName" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
|
|||||||
@@ -74,7 +74,7 @@
|
|||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header" @click="enterDetails(item)">
|
<view class="item-header" @click="enterDetails(item)">
|
||||||
<u--text lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||||
:text="item.medicineName" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.medicineName" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header">
|
<view class="item-header">
|
||||||
<u--text lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||||
:text="item.name" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.name" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header">
|
<view class="item-header">
|
||||||
<u--text lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||||
:text="item.personName+' ' +item.recordingTime" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.personName+' ' +item.recordingTime" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header">
|
<view class="item-header">
|
||||||
<u--text lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||||
:text="item.personName+',体温:'+item.temperature +'℃'" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.personName+',体温:'+item.temperature +'℃'" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
|
|||||||
Reference in New Issue
Block a user