Files
zyt/admin
longandCursor bba989c0af fix(stats/self_input): 修复保存不入库/路由 404,补全部门与自媒体来源下拉
- 模型去掉 defaultSoftDelete=0,避免 ThinkPHP 软删过滤导致新增记录"隐形"
- 菜单 paths 改相对路径并新增「自录数据统计」目录,迁移已有菜单
- Lists/Overview 补部门关联、支持按部门筛选
- 数据权限改由 self_input_stats_view_all_roles 白名单 + DataScope 控制,
  编辑/删除完全交给按钮权限校验(移除"仅本人可改"硬限制)
- 新增 /stats.self_input/mediaSourceOptions 接口,统计页/账户消耗页/录入弹窗
  共用 useMediaSourceOptions + MediaSourceSelect,去重动态加载

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-22 11:47:15 +08:00
..
2026-03-13 14:08:52 +08:00
2026-03-01 14:17:59 +08:00
2026-05-09 17:04:50 +08:00
2026-03-01 14:17:59 +08:00
2026-03-01 14:17:59 +08:00
2026-03-01 14:17:59 +08:00
2026-03-01 14:17:59 +08:00
2026-03-01 14:17:59 +08:00
2026-03-01 14:17:59 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-11 09:49:47 +08:00
2026-03-04 15:32:30 +08:00
2026-03-11 09:49:47 +08:00
2026-03-11 09:49:47 +08:00
2026-03-04 15:32:30 +08:00
2026-03-13 14:08:52 +08:00
2026-03-13 14:08:52 +08:00
2026-03-13 14:08:52 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-13 14:08:52 +08:00
2026-03-01 14:17:59 +08:00
2026-03-04 15:32:30 +08:00
2026-03-13 14:08:52 +08:00
2026-03-09 09:55:04 +08:00
2026-03-04 15:32:30 +08:00
2026-03-11 09:49:47 +08:00
2026-03-04 15:32:30 +08:00
2026-03-11 09:49:47 +08:00
2026-03-04 15:32:30 +08:00
2026-03-13 14:08:52 +08:00
2026-03-11 14:33:49 +08:00
2026-05-09 17:04:50 +08:00
2026-05-09 17:04:50 +08:00
1
2026-05-07 15:04:16 +08:00
2026-03-01 14:17:59 +08:00
2026-03-13 14:08:52 +08:00
2026-03-04 15:32:30 +08:00
2026-03-11 09:49:47 +08:00
2026-03-04 15:32:30 +08:00
2026-03-01 14:17:59 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-13 14:08:52 +08:00
2026-03-13 14:08:52 +08:00
2026-03-01 14:17:59 +08:00
2026-03-11 14:33:49 +08:00
2026-03-24 16:32:56 +08:00
2026-03-04 15:32:30 +08:00
2026-03-13 14:08:52 +08:00
2026-03-01 14:17:59 +08:00
2026-05-13 16:54:54 +08:00
2026-05-09 17:04:50 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00

vue-project

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint