This commit is contained in:
2025-04-10 09:22:45 +08:00
parent d967f4fa58
commit c252fe5ef7
4 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ def set_current_page(page : str):
set_sofeware_work_context({
"软件": "博微配网计价通D3软件",
"工程文件": "广州配网造价工程",
"已打开页面": ["工程信息", "取费设置", "组合件", "工程量", "材机分析", "工程费用", "报表输出"],
"所有编辑页面": ["工程信息", "取费设置", "组合件", "工程量", "材机分析", "工程费用", "报表输出"],
"当前页面": page,
})