diff --git a/src/assets/json/events.json b/src/assets/json/events.json index 85c53e11..dc3f0e15 100644 --- a/src/assets/json/events.json +++ b/src/assets/json/events.json @@ -9,11 +9,6 @@ "id": 2, "title": "AiDA X SFT AI Fashion Award 2024", "imgUrl": "/image/events/Fashion-Award-2024.png" - }, - { - "id": 3, - "title": "AiDA Global Design Awards 2026", - "imgUrl": "/image/events/award-poster.gif" } ], "eventsItem": [ diff --git a/src/assets/json/events_cn.json b/src/assets/json/events_cn.json index a3589714..c582bbe1 100644 --- a/src/assets/json/events_cn.json +++ b/src/assets/json/events_cn.json @@ -9,11 +9,6 @@ "id": 2, "title": "AiDA X SFT AI时尚设计比赛2024", "imgUrl": "/image/events/Fashion-Award-2024.png" - }, - { - "id": 3, - "title": "AiDA全球设计奖 2026", - "imgUrl": "/image/events/award-poster-zh.gif" } ], "eventsItem": [ diff --git a/src/component/Administrator/Transaction/TransactionTable.vue b/src/component/Administrator/Transaction/TransactionTable.vue index 3d2c54e7..3e3f2d81 100644 --- a/src/component/Administrator/Transaction/TransactionTable.vue +++ b/src/component/Administrator/Transaction/TransactionTable.vue @@ -148,6 +148,7 @@ total: total, showQuickJumper: true, bordered: false, + showTotal: (total) => `Total Transaction: ${total}` }" >