人效管理-绩效填报-绩效填报-填报-填报文件-禁止预览

人效管理-绩效填报-绩效填报-绩效内容维护-总分行修复
dev-scheduling
ysn 1 month ago
parent a8e8b08ba6
commit 8d2c193fc3
  1. 5
      src/views/personnelEfficiencyManagement/performanceManagement/components/reportingPerf.vue

@ -11,6 +11,7 @@
v-model="excelForm"
:upload-after="uploadAfter"
:upload-before="uploadBefore"
:upload-preview="uploadPreview"
>
<template #readExcel>
<el-button type="primary" @click="readExcel" v-if="!isDetail">
@ -119,7 +120,9 @@ export default {
this.attachId = res.attachId;
done();
},
uploadPreview(file, column, done) {
return;
},
readExcel() {
if (!this.attachId) {
this.$message.warning('请先上传文件');

Loading…
Cancel
Save