From e076586dc8761dacdc9907aca5cd48e14ea448c0 Mon Sep 17 00:00:00 2001 From: wanglei Date: Sat, 25 Oct 2025 11:17:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8C=E5=B7=A5=E7=AE=A1=E7=90=86=EF=BC=9A?= =?UTF-8?q?=E5=B7=A5=E5=8F=B7=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/kaohe/employee/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ruoyi-ui/src/views/kaohe/employee/index.vue b/ruoyi-ui/src/views/kaohe/employee/index.vue index 2c35ec5..9ace266 100644 --- a/ruoyi-ui/src/views/kaohe/employee/index.vue +++ b/ruoyi-ui/src/views/kaohe/employee/index.vue @@ -390,6 +390,9 @@ export default { empName: [ { required: true, message: "职工姓名不能为空", trigger: "blur" } ], + wordId: [ + { required: true, message: "工号不能为空", trigger: "blur" } + ], } } },