add salary to userdetails page

This commit is contained in:
xiaomlove
2023-02-10 15:13:56 +08:00
parent 91430352e0
commit 281c133812
3 changed files with 3 additions and 0 deletions

View File

@@ -14,4 +14,5 @@ return [
'decrement' => 'decrement',
'action' => 'Action',
'no_limit' => 'No limit',
'sum' => 'Sum',
];

View File

@@ -14,4 +14,5 @@ return [
'decrement' => '减少',
'action' => '操作',
'no_limit' => '不限',
'sum' => '累计',
];

View File

@@ -14,4 +14,5 @@ return [
'decrement' => '減少',
'action' => '操作',
'no_limit' => '不限',
'sum' => '累計',
];