Browse Source

全景取消头部

zhengnaiwen_citu 5 tháng trước cách đây
mục cha
commit
ce57786e1e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/humanResources/payroll/index.vue

+ 1 - 1
src/views/humanResources/payroll/index.vue

@@ -12,7 +12,7 @@
       @page-change="onPageChange"
     >
       <template #card-tools>
-        <m-button type="orange" icon="el-icon-download" size="small" :loading="exportLoading" @click="onExport">导出报表</m-button>
+        <m-button v-if="!$attrs.panorama" type="orange" icon="el-icon-download" size="small" :loading="exportLoading" @click="onExport">导出报表</m-button>
       </template>
     </m-table>
   </div>