Authored by htoo

fixC

export default "development";
\ No newline at end of file
export default "production";
\ No newline at end of file
... ...
... ... @@ -42,7 +42,7 @@
:onSelect="selectRow"
@on-page-change="fetchData">
<template slot="footer" class="btns">
<i-button type="primary" @click="onBatchReject">批量驳回</i-button>
<!-- <i-button type="primary" @click="onBatchReject">批量驳回</i-button>-->
<i-button type="primary" @click="onBatchRefund">批量退款</i-button>
</template>
</LayoutTable>
... ...