snow 1 year ago
parent
commit
6bca832386
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/views/supply/ticketReturn/index.vue

+ 2 - 3
src/views/supply/ticketReturn/index.vue

@@ -82,14 +82,13 @@ async function handleDownload() {
       :get-content-ref="(ref:any) => pageContentRef = ref"
     >
       <template #content_header>
-        <ElButton
+        <!-- <ElButton
           size="small"
           v-if="hasPermissionWithCode('033') && !isSuperUser"
           :icon="useRenderIcon('arrow-up-line')"
           @click="() => execelUploadRef.onDisplay()"
           >批量创建开票数据</ElButton
-        >
-
+        > -->
         <ElButton
           size="small"
           v-if="hasPermissionWithCode('019')"