Files
zyt/admin
long e79f3190b8 feat: 支持患者列表按最近挂号筛选
- tcm.diagnosis/lists 新增最近有效挂号时间区间与渠道筛选,lists/count 共用过滤逻辑

- 诊单患者列表更多筛选增加最近挂号时间和渠道,并与顶部挂号快捷筛选互斥

- 明确 daterange-picker change 事件转发,列表补充最近挂号渠道摘要展示
2026-06-06 15:58:23 +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