From ca56bf22820d13898e64ca683cc03927dfc4459d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 06 八月 2026 10:24:37 +0800
Subject: [PATCH] 新疆_马铃薯 1.原材料和过程检验的检测公司赋默认值
---
src/views/officeProcessAutomation/HrManage/staff-archive/components/EducationWorkSection.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/officeProcessAutomation/HrManage/staff-archive/components/EducationWorkSection.vue b/src/views/officeProcessAutomation/HrManage/staff-archive/components/EducationWorkSection.vue
index c1470e7..98a478c 100644
--- a/src/views/officeProcessAutomation/HrManage/staff-archive/components/EducationWorkSection.vue
+++ b/src/views/officeProcessAutomation/HrManage/staff-archive/components/EducationWorkSection.vue
@@ -91,7 +91,7 @@
type="primary"
link
@click="removeEducationRow(scope.$index)"
- >
+ v-hasPermi="['officeProcessAutomation:staffArchive:remove']">
鍒犻櫎
</el-button>
</template>
@@ -188,7 +188,7 @@
type="primary"
link
@click="removeWorkRow(scope.$index)"
- >
+ v-hasPermi="['officeProcessAutomation:staffArchive:remove']">
鍒犻櫎
</el-button>
</template>
--
Gitblit v1.9.3