|
@@ -53,7 +53,7 @@
|
|
|
<!-- 操作按钮区域 -->
|
|
|
<div class='table-operator'>
|
|
|
<a-button @click='handleAdd' type='primary' icon='plus'>新增</a-button>
|
|
|
- <a-button @click='exportJX' type='primary' icon='download'>绩效导出</a-button>
|
|
|
+ <a-button @click='exportJX' v-has="'jixiao:exportXls'" type='primary' icon='download'>绩效导出</a-button>
|
|
|
<!-- <a-button type='primary' icon='download' @click="handleExportXls('运行流程表')">导出</a-button>
|
|
|
<a-upload name='file' :showUploadList='false' :multiple='false' :headers='tokenHeader' :action='importExcelUrl'
|
|
|
@change='handleImportExcel'>
|