|
@@ -48,10 +48,14 @@ export const mapIcon: any = {
|
|
|
'selectIcon': 'coffeeselected.svg',
|
|
|
},
|
|
|
'普通办公区': {
|
|
|
- 'icon': 'dev.svg',
|
|
|
- 'selectIcon': 'devselected.svg',
|
|
|
- 'backgroundColor': '#DFE3ED',
|
|
|
- 'circleColor': '#7FBEFA'
|
|
|
+ // 'icon': 'dev.svg',
|
|
|
+ // 'selectIcon': 'devselected.svg',
|
|
|
+ 'icon': 'officeroom.svg',
|
|
|
+ 'selectIcon': 'officeroomselected.svg',
|
|
|
+ 'backgroundColor': '#fff',
|
|
|
+ 'circleColor': '#7582B0'
|
|
|
+ // 'backgroundColor': '#DFE3ED',
|
|
|
+ // 'circleColor': '#7FBEFA'
|
|
|
},
|
|
|
'办公室': {
|
|
|
'backgroundColor': '#fff',
|
|
@@ -173,7 +177,7 @@ export const mapIcon: any = {
|
|
|
/**
|
|
|
* 房间类型
|
|
|
*/
|
|
|
-export const getSpaceType = function(type: any) {
|
|
|
+export const getSpaceType = function (type: any) {
|
|
|
let typeName = '公共区域'
|
|
|
if (type === '100' || type === '1A0' || type === '0' || type === '443' || type === '453') {
|
|
|
typeName = '公共区域'
|
|
@@ -249,7 +253,7 @@ export const getSpaceType = function(type: any) {
|
|
|
* 获取会议室加班类型
|
|
|
* @param type
|
|
|
*/
|
|
|
-export const getWorkType = function(type: string) {
|
|
|
+export const getWorkType = function (type: string) {
|
|
|
let typeName: any = '其它'
|
|
|
if (type === '312' || type === '311' || type === '310') {
|
|
|
typeName = '个人'
|