fix: 统一修改列表表头默认可两行展示。

This commit is contained in:
tianyongbao
2024-12-13 22:37:21 +08:00
parent 354d68bc23
commit 35f5fe72aa
11 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<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>
</view>
<view class="item-row">

View File

@@ -71,7 +71,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<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>
</view>
<view class="item-row">

View File

@@ -74,7 +74,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<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>
</view>
<view class="item-row">

View File

@@ -69,7 +69,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<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>
</view>
<view class="item-row">

View File

@@ -74,7 +74,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<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>
</view>
<view class="item-row">

View File

@@ -74,7 +74,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-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>
</view>
<view class="item-row">

View File

@@ -11,7 +11,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-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>
</view>
<view class="item-row">

View File

@@ -74,7 +74,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-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>
</view>
<view class="item-row">

View File

@@ -13,7 +13,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<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>
</view>
<view class="item-row">

View File

@@ -69,7 +69,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<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>
</view>
<view class="item-row">

View File

@@ -69,7 +69,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<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>
</view>
<view class="item-row">