diff --git a/src/pages/business/CRM/plan/dataMap.js b/src/pages/business/CRM/plan/dataMap.js
index e82040b..76a38df 100644
--- a/src/pages/business/CRM/plan/dataMap.js
+++ b/src/pages/business/CRM/plan/dataMap.js
@@ -40,7 +40,7 @@ export const COLOR_MAP = {
"办事处": "#307af5",
"请假": "#f2c55c",
"法定假日": "#e88f89",/*#ED8A73*/
- "null": "#e7e7e7"
+ "null": "#e7e7e782"
};
// 地区/部门
export const AreaList = [
diff --git a/src/pages/business/CRM/plan/planView.vue b/src/pages/business/CRM/plan/planView.vue
index 26c6adf..b9dea21 100644
--- a/src/pages/business/CRM/plan/planView.vue
+++ b/src/pages/business/CRM/plan/planView.vue
@@ -1,3 +1,8 @@
+
@@ -32,7 +37,7 @@
-
+
@@ -42,23 +47,24 @@
- {{ parseInt(searchValue.selectDate.substring(5, 7)) }}月
+ {{ (list[0][OrdinalDate[0]] || searchValue.selectDate).substring(5, 7) }}月
- {{ searchValue.selectDate.substring(0, 4) }}年
+ {{ (list[0][OrdinalDate[0]] || searchValue.selectDate).substring(0, 4) }}年
- 序号
+
姓名
+
-
+
{{ WeekShortCN[i] }}
- {{ list[0][field].substring(8) }}
- {{ getWeek(i) }}
+ {{ list[0][field].substring(8) }}
+ {{ getWeek(i) }}
@@ -81,7 +87,7 @@
:style="{ backgroundColor: COLOR_MAP[item[field]] }"
>
{{ item[field] }}
- 暂无
+ 暂无
@@ -95,12 +101,21 @@
+
+
+