refactor: 彻底删除计划模块status字段+新增蓝色tip

- 数据库: DROP plan_finances.status 列(幂等迁移)
- 后端: routes.py TABLES移除status, migrate用显式列名
- 前端: plan.js移除表单/表格/过滤/汇总所有status引用
- planFilter值从待签约改为projects
- 计划页面顶部新增蓝色tip提醒条
- 版本号 v1.0.0.22
This commit is contained in:
mac
2026-07-08 13:21:54 +08:00
parent fdb16d053a
commit a57cba8043
6 changed files with 44 additions and 32 deletions

View File

@@ -11,7 +11,7 @@ const state = {
taskView: localStorage.getItem("opc-task-view") || "detail",
finView: "overview",
finSort: null, // { key: 'col', asc: true }
planFilter: "待签约",
planFilter: "projects",
planView: "overview",
planSort: null,
proposalTab: "standard",