|
|
@@ -452,9 +452,11 @@ class dict
|
|
|
'hs' => 3,//伙食
|
|
|
'fz' => 4,//房租
|
|
|
'qt' => 5,//其它
|
|
|
- 'wp' => 6,
|
|
|
],
|
|
|
'expendTypeMap' => [
|
|
|
+ 0 => '店租', 1 => '水电', 2 => '物业', 3 => '伙食', 4 => '房租', 5 => '其它', 6 => '物品',
|
|
|
+ ],
|
|
|
+ 'expendTypeList' => [
|
|
|
['id' => 6, 'name' => '物品'],
|
|
|
['id' => 0, 'name' => '店租'],
|
|
|
['id' => 1, 'name' => '水电'],
|
|
|
@@ -463,7 +465,6 @@ class dict
|
|
|
['id' => 4, 'name' => '房租'],
|
|
|
['id' => 5, 'name' => '其它'],
|
|
|
],
|
|
|
-
|
|
|
];
|
|
|
|
|
|
//取配置文件的值
|