From e446a0f0d95283a1c2c44a1f4ef7ac512fdf11ca Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 22 一月 2026 13:37:55 +0800
Subject: [PATCH] 湟水峡 1.发货分开类型货车和快递
---
src/views/personnelManagement/contractManagement/index.vue | 14 +-------------
1 files changed, 1 insertions(+), 13 deletions(-)
diff --git a/src/views/personnelManagement/contractManagement/index.vue b/src/views/personnelManagement/contractManagement/index.vue
index 700ace1..30aefb9 100644
--- a/src/views/personnelManagement/contractManagement/index.vue
+++ b/src/views/personnelManagement/contractManagement/index.vue
@@ -183,7 +183,7 @@
label: "鎿嶄綔",
align: "center",
fixed: 'right',
- width: 180,
+ width: 130,
operation: [
{
name: "璇︽儏",
@@ -197,13 +197,6 @@
type: "text",
clickFun: (row) => {
openFilesFormDia(row);
- },
- },
- {
- name: "涓嬭浇鍚堝悓",
- type: "text",
- clickFun: (row) => {
- handleDownloadContract(row);
},
},
],
@@ -284,11 +277,6 @@
.catch(() => {
proxy.$modal.msg("宸插彇娑�");
});
-};
-// 涓嬭浇鍚堝悓
-const handleDownloadContract = (row) => {
- const fileName = `${row.staffName}鍔冲姩鍚堝悓.xlsx`;
- proxy.download("/staff/staffOnJob/exportCopy", { ...row }, fileName);
};
const upload = reactive({
// 鏄惁鏄剧ず寮瑰嚭灞傦紙鍚堝悓瀵煎叆锛�
--
Gitblit v1.9.3