fix: lint
This commit is contained in:
@@ -99,7 +99,11 @@ onMounted(() => {
|
||||
|
||||
<Grid>
|
||||
<template #top>
|
||||
<ElTabs v-model="statusTab" class="-mt-11" @tab-change="handleChangeStatus">
|
||||
<ElTabs
|
||||
v-model="statusTab"
|
||||
class="-mt-11"
|
||||
@tab-change="handleChangeStatus"
|
||||
>
|
||||
<ElTabs.TabPane
|
||||
v-for="tab in statusTabs"
|
||||
:key="tab.value"
|
||||
|
||||
@@ -228,4 +228,4 @@ defineExpose({
|
||||
/>
|
||||
</template>
|
||||
</Grid>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
@@ -199,4 +199,4 @@ defineExpose({
|
||||
/>
|
||||
</template>
|
||||
</Grid>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
@@ -167,7 +167,9 @@ async function submit(channelCode: string) {
|
||||
|
||||
// 打开轮询任务
|
||||
createQueryInterval();
|
||||
} finally {}
|
||||
} finally {
|
||||
//
|
||||
}
|
||||
}
|
||||
|
||||
/** 构建提交支付的额外参数 */
|
||||
|
||||
@@ -62,4 +62,4 @@ const [Modal, modalApi] = useVbenModal({
|
||||
<Grid />
|
||||
</Page>
|
||||
</Modal>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
@@ -37,7 +37,9 @@ function handleEdit(row: WalletRechargePackageApi.WalletRechargePackage) {
|
||||
}
|
||||
|
||||
/** 删除套餐 */
|
||||
async function handleDelete(row: WalletRechargePackageApi.WalletRechargePackage) {
|
||||
async function handleDelete(
|
||||
row: WalletRechargePackageApi.WalletRechargePackage,
|
||||
) {
|
||||
const loadingInstance = ElLoading.service({
|
||||
text: $t('ui.actionMessage.deleting', [row.name]),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user