From 97081b89ee45da49b8dbb4173ab45df031fe3c0d Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期三, 20 五月 2026 16:58:40 +0800
Subject: [PATCH] 删除冗余和无效代码
---
src/views/officeProcessAutomation/HrManage/staff-contract/index.vue | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
diff --git a/src/views/officeProcessAutomation/HrManage/staff-contract/index.vue b/src/views/officeProcessAutomation/HrManage/staff-contract/index.vue
index 1125445..f44f9f3 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>
@@ -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