Commit 72423efb by 黑潮

update: 注释国外短信数

parent 2abd968e
......@@ -10,7 +10,7 @@
<div class="text-center fz16" v-if="$route.params.type === 'video'">{{ formatDateTimeByType(dateTime[0], 'yyyy-MM-dd') }}{{ formatDateTimeByType(dateTime[1], 'yyyy-MM-dd') }} 共消耗流量{{ sumCount }}MB 累计支出{{ sumFee }}</div>
<div class="text-center fz16" v-else>
{{ formatDateTimeByType(dateTime[0], 'yyyy-MM-dd') }}{{ formatDateTimeByType(dateTime[1], 'yyyy-MM-dd') }} 成功发送:{{ sumCount || 0 }}
<template v-if="['sms', 'marketing'].includes($route.params.type)">,其中国内短信{{ localCount || 0 }}条,国外短信{{ sumInternational || 0 }}</template>
<!-- <template v-if="['sms', 'marketing'].includes($route.params.type)">,其中国内短信{{ localCount || 0 }}条,国外短信{{ sumInternational || 0 }}</template> -->
&nbsp;总计消费:{{ (sumFee / 1000).toFixed(2) }} 元
</div>
<div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment