From 93b8ceac34e2fbd5c57fe5ab4f5bac32c85408aa Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期五, 22 五月 2026 15:37:09 +0800
Subject: [PATCH] fix(hr): 修正岗位字段映射

---
 src/views/officeProcessAutomation/HrManage/staff-contract/index.vue |   20 +-------------------
 1 files changed, 1 insertions(+), 19 deletions(-)

diff --git a/src/views/officeProcessAutomation/HrManage/staff-contract/index.vue b/src/views/officeProcessAutomation/HrManage/staff-contract/index.vue
index 1125445..8186bdd 100644
--- a/src/views/officeProcessAutomation/HrManage/staff-contract/index.vue
+++ b/src/views/officeProcessAutomation/HrManage/staff-contract/index.vue
@@ -46,13 +46,6 @@
         <template #tip>
           <div class="el-upload__tip text-center">
             <span>浠呭厑璁稿鍏ls銆亁lsx鏍煎紡鏂囦欢銆�</span>
-            <!-- <el-link
-              type="primary"
-              :underline="false"
-              style="font-size: 12px; vertical-align: baseline"
-              @click="importTemplate"
-              >涓嬭浇妯℃澘</el-link
-            > -->
           </div>
         </template>
       </el-upload>
@@ -127,7 +120,7 @@
   },
   {
     label: "宀椾綅",
-    prop: "postJob",
+    prop: "postName",
   },
   {
     label: "鐜颁綇鍧�",
@@ -162,15 +155,6 @@
     prop: "emergencyContactPhone",
     width: 150
   },
-  // {
-  //   label: "鍚堝悓骞撮檺",
-  //   prop: "contractTerm",
-  // },
-  // {
-  //   label: "鍚堝悓寮�濮嬫棩鏈�",
-  //   prop: "contractStartTime",
-  //   width: 120
-  // },
   {
     label: "鍚堝悓缁撴潫鏃ユ湡",
     prop: "contractExpireTime",
@@ -216,7 +200,6 @@
 };
 // 鎵撳紑闄勪欢寮规
 const openFilesFormDia = (row) => {
-  console.log(row)
   nextTick(() => {
     filesDia.value?.openDialog( row,'鍚堝悓')
   })
@@ -291,7 +274,6 @@
 }
 /** 鎻愪氦涓婁紶鏂囦欢 */
 function submitFileForm() {
-  console.log(upload.url + '?updateSupport=' + upload.updateSupport)
   proxy.$refs["uploadRef"].submit();
 }
 /**鏂囦欢涓婁紶涓鐞� */

--
Gitblit v1.9.3