|
@@ -455,7 +455,13 @@ class dict
|
|
|
'wp' => 6,
|
|
'wp' => 6,
|
|
|
],
|
|
],
|
|
|
'expendTypeMap' => [
|
|
'expendTypeMap' => [
|
|
|
- 6 => '物品', 0 => '店租', 1 => '水电', 2 => '物业', 3 => '伙食', 4 => '房租', 5 => '其它',
|
|
|
|
|
|
|
+ ['id' => 6, 'name' => '物品'],
|
|
|
|
|
+ ['id' => 0, 'name' => '店租'],
|
|
|
|
|
+ ['id' => 1, 'name' => '水电'],
|
|
|
|
|
+ ['id' => 2, 'name' => '物业'],
|
|
|
|
|
+ ['id' => 3, 'name' => '伙食'],
|
|
|
|
|
+ ['id' => 4, 'name' => '房租'],
|
|
|
|
|
+ ['id' => 5, 'name' => '其它'],
|
|
|
],
|
|
],
|
|
|
|
|
|
|
|
];
|
|
];
|