fix: lint
This commit is contained in:
@@ -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 hideLoading = message.loading({
|
||||
content: $t('ui.actionMessage.deleting', [row.name]),
|
||||
duration: 0,
|
||||
|
||||
Reference in New Issue
Block a user