feat: 01 dialog confirm change status

This commit is contained in:
puriphatt 2024-07-23 11:04:44 +00:00
parent d290777e5e
commit 9b8f0b1139
3 changed files with 49 additions and 30 deletions

View file

@ -9,6 +9,10 @@ export default {
confirmLogoutTitle: 'Confirm Logout',
confirmLogoutMessage: 'Do you want to log out?',
confirmChangeStatusTitle: 'Confirm Status Change',
confirmChangeStatusOnMessage: 'Do you want to open?',
confirmChangeStatusOffMessage: 'Do you want to close?',
// Backend
productGroupNotFound: 'Product group cannot be found.',
productGroupInUsed: 'Product group is in used.',