feat(workorder): 添加处理结果字段并更新版本号至0.1.5

在工单反馈表单中添加处理结果字段,并更新package.json中的版本号。修改feedback_workorder调用以包含处理结果参数。
This commit is contained in:
Yakumo Hokori
2025-07-22 18:48:56 +08:00
parent 6566505fc8
commit c65525a1ab
2 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "tms_tools",
"private": true,
"version": "0.1.0",
"version": "0.1.5",
"type": "module",
"scripts": {
"dev": "vite",