feat:【antd】【ele】代码风格统一

This commit is contained in:
YunaiV
2025-11-01 22:50:24 +08:00
parent d7cea8be39
commit 4412d455a3
39 changed files with 29 additions and 64 deletions

View File

@@ -95,9 +95,9 @@ onActivated(() => {
/** 初始化 */
onMounted(() => {
getOrderData();
getProductData();
getWalletRechargeData();
loadOrderData();
loadProductData();
loadWalletRechargeData();
});
</script>