|
@@ -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: [],
|