mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-27 22:47:23 +08:00
add salary to userdetails page
This commit is contained in:
@@ -14,4 +14,5 @@ return [
|
|||||||
'decrement' => 'decrement',
|
'decrement' => 'decrement',
|
||||||
'action' => 'Action',
|
'action' => 'Action',
|
||||||
'no_limit' => 'No limit',
|
'no_limit' => 'No limit',
|
||||||
|
'sum' => 'Sum',
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -14,4 +14,5 @@ return [
|
|||||||
'decrement' => '减少',
|
'decrement' => '减少',
|
||||||
'action' => '操作',
|
'action' => '操作',
|
||||||
'no_limit' => '不限',
|
'no_limit' => '不限',
|
||||||
|
'sum' => '累计',
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -14,4 +14,5 @@ return [
|
|||||||
'decrement' => '減少',
|
'decrement' => '減少',
|
||||||
'action' => '操作',
|
'action' => '操作',
|
||||||
'no_limit' => '不限',
|
'no_limit' => '不限',
|
||||||
|
'sum' => '累計',
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user