# mode-kanban **Repository Path**: steda/mode-kanban ## Basic Information - **Project Name**: mode-kanban - **Description**: 前端----摩德看板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-04 - **Last Updated**: 2026-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jinhuitong-kanban 金汇通车间生产进度看板前端项目。 ## 功能 - 车间生产进度看板(`/workshop-production-progress`) - 三车间 KPI 卡片、日/周/月筛选、工单明细表、列筛选、分页、延期高亮 ## 开发 ```bash npm install npm run dev ``` 默认访问:http://localhost:8080/ 开发环境默认开启 mock(`VUE_APP_WORKSHOP_PROGRESS_MOCK=true`),联调时改为 `false`。 ## 后端接口 - `POST /api/screen/workshop-production-progress/query` ## 构建 ```bash npm run build ``` ## 环境变量 见 `.env.development` / `.env.production`。开发环境可通过 `VUE_APP_DEV_TOKEN` 注入鉴权 token。