更新工作台页面,优化交易数据展示,修复核销订单金额等数据展示错误,并调整相关API接口路径

This commit is contained in:
zmj 2024-06-25 16:44:24 +08:00
parent 7abcb0bf01
commit da23b0471b
1 changed files with 2 additions and 1 deletions

View File

@ -134,7 +134,8 @@ const statisticLists = reactive([
value: () => {
return String(formData.value.income_amount || 0)
},
row: 1
row: 1,
footer: "收银订单与已核销完成的订单金额合计"
},
{