feat: history dialog
This commit is contained in:
parent
259d7e224d
commit
2d8b9ebb92
5 changed files with 233 additions and 9 deletions
|
|
@ -45,4 +45,10 @@ export default {
|
|||
customerBranchName: 'Company/Legal Entity Name',
|
||||
|
||||
allEmployee: 'All Employee',
|
||||
|
||||
editHistory: 'Edit History',
|
||||
time: 'Time',
|
||||
editBy: 'Edit by',
|
||||
valueBefore: 'Before',
|
||||
valueAfter: 'After',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -53,4 +53,10 @@ export default {
|
|||
officeType: '',
|
||||
|
||||
allEmployee: 'ลูกจ้างทั้งหมด',
|
||||
|
||||
editHistory: 'ประวัติการแก้ไข',
|
||||
time: 'เวลา',
|
||||
editBy: 'แก้ไขโดย',
|
||||
valueBefore: 'แก้ไขใหม่',
|
||||
valueAfter: 'ค่าเดิม',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue