Browse Source

修改页面显示权限

qin_22
herenshan112 6 months ago
parent
commit
2958ec6375
  1. 10
      src/views/hr/archives/index.vue

10
src/views/hr/archives/index.vue

@ -907,7 +907,7 @@ const gainTimeList = () => {
<el-table-column fixed="right" align="center" label="操作" width="100"> <el-table-column fixed="right" align="center" label="操作" width="100">
<template #default="scope"> <template #default="scope">
<el-button <el-button
v-hasPerm="['127710903461228544']" v-hasPerm="['275256219474604032']"
type="primary" type="primary"
link link
size="small" size="small"
@ -1229,7 +1229,11 @@ const gainTimeList = () => {
<span>考评人员成绩统计表</span> <span>考评人员成绩统计表</span>
</template> </template>
<el-row v-loading="excelLoading" element-loading-text="文档上传中,请稍候..."> <el-row
v-hasPerm="['288626950073757696']"
v-loading="excelLoading"
element-loading-text="文档上传中,请稍候..."
>
<el-col :span="24"> <el-col :span="24">
<el-form <el-form
:model="stafftempForm" :model="stafftempForm"
@ -1269,7 +1273,7 @@ const gainTimeList = () => {
</el-upload> </el-upload>
</el-col> </el-col>
</el-row> </el-row>
<el-row> <el-row v-hasPerm="['288626950073757696']">
<el-col :span="24"> <el-col :span="24">
<el-progress <el-progress
:text-inside="true" :text-inside="true"

Loading…
Cancel
Save