Commit 2c0601e349e70602c69a42e67c51fe687ba56305

Authored by wuxw
1 parent 19bafb73

v1.9 优化采购相关bug

src/views/fee/returnPayFeeManageList.vue
... ... @@ -71,9 +71,9 @@
71 71 <el-card class="box-card" style="margin-top:20px">
72 72 <div slot="header" class="flex justify-between">
73 73 <span>{{ $t('returnPayFeeManage.list.title') }}</span>
74   - <el-button type="primary" size="small" @click="_exportFee()">
  74 + <!-- <el-button type="primary" size="small" @click="_exportFee()">
75 75 {{ $t('common.export') }}
76   - </el-button>
  76 + </el-button> -->
77 77 </div>
78 78  
79 79 <el-table :data="returnPayFeeManageInfo.returnPayFees" border style="width: 100%">
... ...