From 07d1135a1913a919679dc23f0a38b9b61987171f Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 01 八月 2025 15:29:37 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/OAManage --- src/pages/HumanResourceManagement/nominationForAppointment/index.tsx | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/HumanResourceManagement/nominationForAppointment/index.tsx b/src/pages/HumanResourceManagement/nominationForAppointment/index.tsx index 371f033..6b214f5 100644 --- a/src/pages/HumanResourceManagement/nominationForAppointment/index.tsx +++ b/src/pages/HumanResourceManagement/nominationForAppointment/index.tsx @@ -9,7 +9,7 @@ { label: "鍚嶇О", name: "applyName", - rules: [{ required: true, message: "璇疯緭鍏ュ悕绉�!" }], + rules: [{ required: true, message: "璇峰~鍐欏悕绉�!" }], type: "input", pageType: "nominationForAppointment", labelCol: 3, @@ -17,10 +17,11 @@ }, { label: "鍛樺伐濮撳悕", - name: "employeeName", - rules: [{ required: true, message: "璇疯緭鍏ュ憳宸ュ鍚�!" }], + name: "name", + rules: [{ required: true, message: "璇峰~鍐欏憳宸ュ鍚�!" }], type: "input", - pageType: "dismissalApplication", + readOnly: true, + pageType: "nominationForAppointment", labelCol: 6, width: 300, }, -- Gitblit v1.9.1