diff --git a/web/client/src/sections/humanAffairs/containers/communication/detailModal.js b/web/client/src/sections/humanAffairs/containers/communication/detailModal.js
index 755fb7f..7167e01 100644
--- a/web/client/src/sections/humanAffairs/containers/communication/detailModal.js
+++ b/web/client/src/sections/humanAffairs/containers/communication/detailModal.js
@@ -24,35 +24,89 @@ const DetailModal = (props) => {
>
- 被沟通人:
-
+ 被沟通人:
+
- 岗位:
-
+ 岗位:
+
- 部门:
-
+ 部门:
+
- 沟通截止时间:
-
+ 沟通截止时间:
+
- 沟通主题:
-
+ 沟通主题:
+
- 沟通背景:
-
+ 沟通背景:
+
+
+
+
面谈的主要内容
+
+
+ 实际沟通时间:
+
+
+
+ 沟通内容:
+
+
+
+ 沟通人意见反馈
+
+
+ 反馈获取的信息与处理建议:
+
+
+
+
+
+ 沟通成果:
+
+
+
+
+
+ 对被沟通人近期表现的评价:
+
+
+
+
+
+ 给予被沟通人的改进建议:
+
+
+
+ 被沟通人意见反馈
+
+
+ 沟通情况反馈:
+
+
+
+
+
+ 培训需求:
+
+
+
+
+
+ 下一步工作计划活提升方向:
+
- 面谈的主要内容
)
}
diff --git a/web/client/src/sections/humanAffairs/containers/communication/employeeCommunication.jsx b/web/client/src/sections/humanAffairs/containers/communication/employeeCommunication.jsx
index 31f0c6f..5cf3825 100644
--- a/web/client/src/sections/humanAffairs/containers/communication/employeeCommunication.jsx
+++ b/web/client/src/sections/humanAffairs/containers/communication/employeeCommunication.jsx
@@ -15,7 +15,7 @@ const EmployeeCommunication = (props) => {
const [timeRange, setTimeRange] = useState('');//沟通时间范围
const [limits, setLimits] = useState()//每页实际条数
const [query, setQuery] = useState({ limit: 10, page: 0 }); //页码信息
- const [modalV, setModalV] = useState(false);
+ const [modalV, setModalV] = useState(true);
const [dataToDetail, setDataToDetail] = useState(null);
const [tableData, setTableData] = useState([]);
const page = useRef(query.page);