From a1c1f561ec7c6d5dda5cf2a81d12498c06a6a8bd Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Fri, 5 Dec 2025 14:43:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(erpProjectPlan):=20=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F(type=3Dview)=E5=92=8C=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F(type=3Dapproval)=E5=8F=AF=E4=BB=A5=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E9=99=84=E4=BB=B6=EF=BC=8C=E4=BF=AE=E5=A4=8D=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E7=A6=81=E7=94=A8=E7=8A=B6=E6=80=81=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除表单的 disabled 属性绑定,避免表单在查看模式外被错误禁用 - 修正了编辑页面的表单交互体验问题 --- src/views/oa/erp/erpProjectPlan/edit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/oa/erp/erpProjectPlan/edit.vue b/src/views/oa/erp/erpProjectPlan/edit.vue index a5f2bbe..303991f 100644 --- a/src/views/oa/erp/erpProjectPlan/edit.vue +++ b/src/views/oa/erp/erpProjectPlan/edit.vue @@ -26,7 +26,7 @@ - + 基本信息