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">
<template #default="scope">
<el-button
v-hasPerm="['127710903461228544']"
v-hasPerm="['275256219474604032']"
type="primary"
link
size="small"
@ -1229,7 +1229,11 @@ const gainTimeList = () => {
<span>考评人员成绩统计表</span>
</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-form
:model="stafftempForm"
@ -1269,7 +1273,7 @@ const gainTimeList = () => {
</el-upload>
</el-col>
</el-row>
<el-row>
<el-row v-hasPerm="['288626950073757696']">
<el-col :span="24">
<el-progress
:text-inside="true"

Loading…
Cancel
Save