@@ -18,7 +18,7 @@
<div :id="`hc_table_card_${uuid}`" class="flex-1">
<hc-new-card>
<template #header>
- <div class="text-orange font-400">实际支付金额:{{ meterMoney }}元</div>
+ <div class="text-orange font-400">上报总金额:{{ meterMoney }}元</div>
</template>
<template #extra>
<el-button hc-btn color="red" :disabled="approveStatus !== 0" :loading="autoLoading" @click="autoClick">自动批量计量</el-button>