From cb21fcfd23729f87fc3e9bc0159054de68ffc451 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 13 四月 2026 14:20:32 +0800
Subject: [PATCH] 阳光彩印数据权限修改 1.首页模块修改
---
src/views/personnelManagement/contractManagement/index.vue | 40 ++++++++++++++++++++--------------------
1 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/src/views/personnelManagement/contractManagement/index.vue b/src/views/personnelManagement/contractManagement/index.vue
index 3d986ee..d947c5b 100644
--- a/src/views/personnelManagement/contractManagement/index.vue
+++ b/src/views/personnelManagement/contractManagement/index.vue
@@ -74,7 +74,7 @@
import { onMounted, ref } from "vue";
import FormDia from "@/views/personnelManagement/contractManagement/components/formDia.vue";
import { ElMessageBox } from "element-plus";
-import { staffOnJobListPage } from "@/api/personnelManagement/employeeRecord.js";
+import { staffOnJobListPage } from "@/api/personnelManagement/staffOnJob.js";
import dayjs from "dayjs";
import { getToken } from "@/utils/auth.js";
import FilesDia from "./filesDia.vue";
@@ -127,24 +127,24 @@
label: "鎴风睄浣忓潃",
prop: "nativePlace",
},
- {
- label: "宀椾綅",
- prop: "postJob",
- },
- {
- label: "鐜颁綇鍧�",
- prop: "adress",
- width: 200
- },
- {
- label: "绗竴瀛﹀巻",
- prop: "firstStudy",
- },
- {
- label: "涓撲笟",
- prop: "profession",
- width: 100
- },
+ // {
+ // label: "宀椾綅",
+ // prop: "postJob",
+ // },
+ // {
+ // label: "鐜颁綇鍧�",
+ // prop: "adress",
+ // width: 200
+ // },
+ // {
+ // label: "绗竴瀛﹀巻",
+ // prop: "firstStudy",
+ // },
+ // {
+ // label: "涓撲笟",
+ // prop: "profession",
+ // width: 100
+ // },
{
label: "骞撮緞",
prop: "age",
@@ -266,7 +266,7 @@
type: "warning",
})
.then(() => {
- proxy.download("/staff/staffOnJob/export", {}, "鍚堝悓绠$悊.xlsx");
+ proxy.download("/staff/staffOnJob/export", {staffState: 1}, "鍚堝悓绠$悊.xlsx");
})
.catch(() => {
proxy.$modal.msg("宸插彇娑�");
--
Gitblit v1.9.3