摘要: vue3-element-admin Unresolved function or method defineOptions() 这边的 defineOptions 是标红的 全局 pmports src\types\auto-imports.d.ts 添加: const defineOptions 阅读全文
posted @ 2025-11-06 15:35 VipSoft 阅读(3) 评论(0) 推荐(0)
摘要: MySQL 统计每个时间段的数量:https://www.cnblogs.com/vipsoft/p/19195343 在Mybatis中不建实体类,可以通过以下几种方式返回数据给前端: Mapper接口 public interface VipSoftOrderMapper { List<Map< 阅读全文
posted @ 2025-11-06 09:51 VipSoft 阅读(7) 评论(0) 推荐(0)
摘要: 数据库存放数据如下: SELECT t.start_time,t.end_time FROM vipsoft_order t MySQL SELECT CONCAT(LPAD(hour_range, 2, '0'), ':00~', LPAD(hour_range + 1, 2, '0'), ':0 阅读全文
posted @ 2025-11-06 09:10 VipSoft 阅读(6) 评论(0) 推荐(0)