This commit is contained in:
zmj 2024-06-20 13:36:27 +08:00
parent c1a0d51235
commit 7abec49805
1 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ const statisticLists = reactive([
},
{
src: 'https://ceshi-engineering.lihaink.cn/uploads/files/20240604/20240604171701552002039.png',
title: "核销订单金额",
title: "线上订单金额",
value: () => {
return String(formData.value.verify_amount || 0)
}
@ -171,7 +171,7 @@ const statisticLists = reactive([
},
{
src: "https://ceshi-engineering.lihaink.cn/uploads/files/20240604/2024060417170150a511510.png",
title: "余额消费金额",
title: "消耗余额",
value: () => {
return String(formData.value.balance_amount || 0)
}