From fee2f2532144fca6c81b1523aeef54165c5263b2 Mon Sep 17 00:00:00 2001
From: hsy <1029150275@qq.com>
Date: 星期二, 25 八月 2026 16:50:38 +0800
Subject: [PATCH] Merge branch 'refs/heads/dev_pro2.0' into fix/hsy/20260812

---
 src/views/hrm/employee/data.ts |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 60 insertions(+), 0 deletions(-)

diff --git a/src/views/hrm/employee/data.ts b/src/views/hrm/employee/data.ts
index b9e0233..5e9404f 100644
--- a/src/views/hrm/employee/data.ts
+++ b/src/views/hrm/employee/data.ts
@@ -10,6 +10,7 @@
 import { Button } from 'ant-design-vue';
 
 import { z } from '#/adapter/form';
+import { getSalaryStructureList } from '#/api/hrm/salary/structure';
 import { getDeptList } from '#/api/system/dept';
 import { getSimplePostList } from '#/api/system/post';
 import { getSimpleRoleList } from '#/api/system/role';
@@ -177,6 +178,49 @@
       },
     },
     {
+      fieldName: 'nation',
+      label: '姘戞棌',
+      component: 'Input',
+      componentProps: {
+        placeholder: '璇疯緭鍏ユ皯鏃�',
+      },
+    },
+    {
+      fieldName: 'marriageStatus',
+      label: '濠氬Щ鐘舵��',
+      component: 'Input',
+      componentProps: {
+        placeholder: '璇疯緭鍏ュ濮荤姸鎬�',
+      },
+    },
+    {
+      fieldName: 'age',
+      label: '骞撮緞',
+      component: 'InputNumber',
+      componentProps: {
+        placeholder: '璇疯緭鍏ュ勾榫�',
+        min: 0,
+        max: 150,
+        style: { width: '100%' },
+      },
+    },
+    {
+      fieldName: 'education',
+      label: '瀛﹀巻',
+      component: 'Input',
+      componentProps: {
+        placeholder: '璇疯緭鍏ュ鍘�',
+      },
+    },
+    {
+      fieldName: 'politicalStatus',
+      label: '鏀挎不闈㈣矊',
+      component: 'Input',
+      componentProps: {
+        placeholder: '璇疯緭鍏ユ斂娌婚潰璨�',
+      },
+    },
+    {
       fieldName: 'annualLeaveBalance',
       label: '骞村亣浣欓',
       component: 'InputNumber',
@@ -197,6 +241,19 @@
         precision: 1,
         style: { width: '100%' },
       },
+    },
+    {
+      fieldName: 'salaryStructureId',
+      label: '钖叕缁撴瀯',
+      component: 'ApiSelect',
+      componentProps: {
+        api: () => getSalaryStructureList({ status: 0 }),
+        labelField: 'name',
+        valueField: 'id',
+        allowClear: true,
+        placeholder: '璇烽�夋嫨钖叕缁撴瀯',
+      },
+      help: '鍐冲畾宸ヤ綔鏃ュ姞鐝�嶇巼锛涙湭閫夋嫨鏃朵娇鐢ㄧ郴缁熼粯璁� 1.5 鍊�',
     },
     {
       fieldName: 'baseSalary',
@@ -311,6 +368,9 @@
     { field: 'phone', title: '鎵嬫満鍙风爜', minWidth: 120 },
     { field: 'deptName', title: '閮ㄩ棬', minWidth: 120 },
     { field: 'postName', title: '宀椾綅', minWidth: 120 },
+    { field: 'nation', title: '姘戞棌', width: 90 },
+    { field: 'age', title: '骞撮緞', width: 70 },
+    { field: 'education', title: '瀛﹀巻', width: 90 },
     {
       field: 'employeeStatus',
       title: '鍛樺伐鐘舵��',

--
Gitblit v1.9.3