Pārlūkot izejas kodu

绩效导出增加权限

丁治程 1 gadu atpakaļ
vecāks
revīzija
6fa0e691d7

+ 1 - 1
itdmWeb/src/views/module-iTDM/flowpath/ItdmRunFlowPathList.vue

@@ -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'>