feat add Wallet History

- update table status display on Wallet Rule and Wallet History
This commit is contained in:
Wikzyy
2025-03-26 17:01:40 +07:00
parent 16ab396e55
commit d9c487f464
3 changed files with 226 additions and 0 deletions

View File

@ -34,6 +34,7 @@ import ProductsMaster from '@/pages/master/products/ProductsMaster';
import ProviderMaster from '@/pages/master/provider/ProviderMaster';
import ConversionMaster from '@/pages/master/conversion/ConversionMaster';
import WalletRuleMaster from '@/pages/master/walletRule/WalletRuleMaster';
import WalletHistory from '@/pages/wallet/wallet-history/WalletHistory';
const AppRoutingSetup = (): ReactElement => {
return (
@ -72,6 +73,8 @@ const AppRoutingSetup = (): ReactElement => {
<Route path="/transfer-type/transfer-type-management" element={<TransferType />} />
<Route path="/wallet/wallet-history" element={<WalletHistory />} />
<Route path="/notification/notification-management" element={<ManageNotification />} />
<Route path="/transaction" element={<Transaction />} />