liuhj 4 months ago
parent
commit
9c23f07a66
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/components/Resource/InvitationOfficialActivityData.vue

+ 4 - 3
src/components/Resource/InvitationOfficialActivityData.vue

@@ -28,9 +28,9 @@
             <div class="communal-title">
                 <div>邀请/公务活动资料</div>
                 <div class="toleadinto-box">
-                    <el-button @click="TemplateDownload" type="primary">模板下载</el-button>
-                    <el-button @click="InvitationOfficialActivityExcelExport" type="primary">导出</el-button>
-                    <el-button @click="UploadTaxes=true" type="primary">导入</el-button>
+                    <el-button v-if="userId==149" @click="TemplateDownload" type="primary">模板下载</el-button>
+                    <el-button v-if="userId==149" @click="InvitationOfficialActivityExcelExport" type="primary">导出</el-button>
+                    <el-button v-if="userId==149" @click="UploadTaxes=true" type="primary">导入</el-button>
                 </div>
             </div>
             <div>
@@ -180,6 +180,7 @@ export default {
     },
     data() {
         return {
+            userId:'',
             loading: false,
             tableData: [],
             tableDatas: [],