|
|
@ -85,7 +85,7 @@ function isChannelExists(channels, channelCode) { |
|
|
|
<a-button v-auth="['pay:app:create']" type="primary" :pre-icon="IconEnum.ADD" @click="handleCreate"> |
|
|
|
<a-button v-auth="['pay:app:create']" type="primary" :pre-icon="IconEnum.ADD" @click="handleCreate"> |
|
|
|
{{ t('action.create') }} |
|
|
|
{{ t('action.create') }} |
|
|
|
</a-button> |
|
|
|
</a-button> |
|
|
|
<a-button v-auth="['pay:app:export']" type="warning" :pre-icon="IconEnum.EXPORT" @click="handleExport"> |
|
|
|
<a-button v-auth="['pay:app:export']" :pre-icon="IconEnum.EXPORT" @click="handleExport"> |
|
|
|
{{ t('action.export') }} |
|
|
|
{{ t('action.export') }} |
|
|
|
</a-button> |
|
|
|
</a-button> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|