This commit is contained in:
zmj 2024-06-18 17:18:15 +08:00
parent 5c9659c156
commit e2a93eb474
2 changed files with 4 additions and 11 deletions

View File

@ -67,18 +67,11 @@ const statisticLists = reactive([
}, },
{ {
src: "https://ceshi-engineering.lihaink.cn/uploads/files/20240604/2024060417170150a511510.png", src: "https://ceshi-engineering.lihaink.cn/uploads/files/20240604/2024060417170150a511510.png",
title: "利润", title: "收益",
value: () => { value: () => {
return String(formData.value.today.profit_today || 0) return String(formData.value.today.profit_today || 0)
} }
}, },
{
src: 'https://ceshi-engineering.lihaink.cn/uploads/files/20240604/202406041717013a08c6793.png',
title: "成本",
value: () => {
return String(formData.value.today.cost_today || 0)
}
},
{ {
src: 'https://ceshi-engineering.lihaink.cn/uploads/files/20240604/20240604171701594ff8897.png', src: 'https://ceshi-engineering.lihaink.cn/uploads/files/20240604/20240604171701594ff8897.png',
title: "现金收银金额", title: "现金收银金额",
@ -107,7 +100,7 @@ const statisticLists2 = reactive([
}, },
{ {
src: "https://ceshi-engineering.lihaink.cn/uploads/files/20240604/2024060417170150a511510.png", src: "https://ceshi-engineering.lihaink.cn/uploads/files/20240604/2024060417170150a511510.png",
title: "利润", title: "收益",
value: () => { value: () => {
return String(formData.value.all.profit_all || 0) return String(formData.value.all.profit_all || 0)
} }
@ -159,7 +152,7 @@ const visitorOption = reactive({
data: [], data: [],
type: 'line', type: 'line',
smooth: true, smooth: true,
name: '利润' name: '收益'
}, },
{ {
data: [], data: [],

View File

@ -116,7 +116,7 @@ const formData = ref({
const statisticLists = reactive([ const statisticLists = reactive([
{ {
src: 'https://ceshi-engineering.lihaink.cn/uploads/files/20240604/20240604171701fbb680115.png', src: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/c302520240618155729557.png',
title: "门店收款金额", title: "门店收款金额",
value: () => { value: () => {
return String(formData.value.receipt_amount || 0) return String(formData.value.receipt_amount || 0)