This commit is contained in:
‘937886381’
2026-01-06 13:48:11 +08:00
parent 20ef2b9763
commit 5605eeab06
287 changed files with 1890 additions and 1381 deletions

View File

@@ -42,7 +42,7 @@
export default {
name: "Container",
components: {},
props: ["purchase"],
props: ["purchase",'dateData'],
data() {
return {
itemList: []
@@ -62,7 +62,10 @@ export default {
methods: {
handleRoute(path) {
this.$router.push({
path:path
path: path,
query: {
dateData: this.dateData
}
})
},
transformData(rawData) {
@@ -114,7 +117,9 @@ export default {
background: #f9fcff;
padding: 12px 12px 0 12px;
box-sizing: border-box;
&:hover {
box-shadow: 0px 4px 12px 2px #B5CDE5;
}
.unit {
height: 18px;
font-family: PingFangSC, PingFang SC;