feat: 更新组件和API模型,优化用户体验

- 在api-models.ts中将goodsId字段更改为goods,以更好地表示商品信息
- 在多个组件中添加NEllipsis组件以优化文本显示
- 在AddressDisplay.vue中调整模板格式,提升可读性
- 在PointOrderCard.vue中更新订单信息的显示逻辑
- 在PointOrderManage.vue中添加批量更新订单状态的功能
This commit is contained in:
2025-05-05 04:10:16 +08:00
parent f90f2057bb
commit 010309ce16
8 changed files with 394 additions and 200 deletions

View File

@@ -772,7 +772,7 @@ export interface ResponsePointOrder2OwnerModel {
type: GoodsTypes
customer: BiliAuthModel
address?: AddressInfo
goodsId: number
goods: ResponsePointGoodModel
count: number
createAt: number
updateAt: number