更新工作台页面,优化交易数据展示,修复核销订单金额等数据展示错误,并调整相关API接口路径
This commit is contained in:
parent
7abcb0bf01
commit
da23b0471b
|
@ -134,7 +134,8 @@ const statisticLists = reactive([
|
|||
value: () => {
|
||||
return String(formData.value.income_amount || 0)
|
||||
},
|
||||
row: 1
|
||||
row: 1,
|
||||
footer: "收银订单与已核销完成的订单金额合计"
|
||||
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue