diff --git a/src/views/report/project/Index.vue b/src/views/report/project/Index.vue index 73635f03bf16d86426a91cc80b19bef111e76394..9867fe18560fcfbbb4718e948641d9b3ff8d9dc9 100644 --- a/src/views/report/project/Index.vue +++ b/src/views/report/project/Index.vue @@ -86,7 +86,7 @@ <btn-group :data="tabDate" :itemCount="itemCount" v-model="activekey" @change="callback" /> </div> <div style="display: inline-block;;width:50%;text-align: right;"> - <a-button type="primary" @click="projectKPI" icon="download">绩效指标表</a-button> + <!-- <a-button type="primary" @click="projectKPI" icon="download">绩效指标表</a-button> --> <!-- <a-button type="primary" @click="createMember">新建项目组成员</a-button> --> <a-button type="primary" style="margin-right:8px;" v-if="(display && isButten)" @click="createProject">新建项目</a-button> <a-button type="primary" @click="exportData" icon="download">Excel</a-button>