there are not any problems with NAT.
You have to verify your configuration.
# ADDRESS NETWORK BROADCAST INTERFACE
1 192.168.183.1/24 192.168.183.0 192.168.183.255 local
2 192.168.184.1/24 192.168.184.0 192.168.184.255 vlan1
3 10.12.10.113/24 10.12.10.0 10.12.10.255 public-2
4 192.168.0.233/24 192.168.0.0 192.168.0.255 public-2
ip firewall nat
1 chain=srcnat out-interface=public-2 src-address=192.168.183.0/24
action=src-nat to-addresses=192.168.0.233 to-ports=0-65535
2 chain=srcnat out-interface=public-2 src-address=192.168.183.0/24
action=src-nat to-addresses=10.12.10.113 to-ports=0-65535
before it, i used that ip firewall nat rule and work well. but when i upgrade, only work with first rule second rule not work.