作者 韩昌

提交

... ... @@ -24,7 +24,7 @@
</view>
<view class="flexC grayinput">
<up-input @change="computedTotalHandler" placeholder="价格" border="none" v-model="form.drugList[index].amount">
<up-input @change="computedTotalHandler" placeholder="输入药物价格" border="none" v-model="form.drugList[index].amount">
<template #prefix>
<text>¥</text>
</template>
... ...
... ... @@ -96,7 +96,7 @@
<up-col span="6">
<view class="flexCCol br24 card">
<u-count-to :endVal="IndexData?.receiveNum || 0" duration="1000" color="#323233" fontSize="22" bold></u-count-to>
<view class="graytext">积累接诊量</view>
<view class="graytext">累积接诊量</view>
</view>
</up-col>
<up-col span="6">
... ...
... ... @@ -21,7 +21,7 @@
<view class="total-numCard">
<view class="flexJ" style="margin-bottom: 46rpx">
<view class="title">我的接诊量</view>
<view class="title">我的接诊量</view>
</view>
<up-row customStyle="margin-bottom: 10px" gutter="10">
<up-col span="6">
... ...