@@ -211,11 +213,11 @@ function List(props) {
dataIndex: "name",
},
{
- title: "部门",
+ title: "所属部门",
dataIndex: "departmentName",
},
{
- title: "岗位",
+ title: "所属岗位",
dataIndex: "postName",
},
// {
diff --git a/src/pages/Container/Stakeholder/Department/index.js b/src/pages/Container/Stakeholder/Department/index.js
index 7c2a71f..be4355f 100644
--- a/src/pages/Container/Stakeholder/Department/index.js
+++ b/src/pages/Container/Stakeholder/Department/index.js
@@ -123,7 +123,7 @@ function Department(props) {
borderRight: "10px solid #f1f1f2",
paddingRight: "10px",
marginRight: "10px",
- height: "100vh",
+ height: "calc(100dvh - 112px)",
}}
>
diff --git a/src/pages/Container/Stakeholder/User/Add/index.js b/src/pages/Container/Stakeholder/User/Add/index.js
index 2cf952c..0ff00a2 100644
--- a/src/pages/Container/Stakeholder/User/Add/index.js
+++ b/src/pages/Container/Stakeholder/User/Add/index.js
@@ -190,7 +190,7 @@ function Add(props) {
return;
}
props["verifyUser"]({
- userIdCard: debouncedUserIdCard,
+ userIdCard: btoa(debouncedUserIdCard),
id: queryParams["id"] ?? "",
}).then((res) => {
if (!res.success) {
diff --git a/src/pages/Container/Stakeholder/User/List/index.js b/src/pages/Container/Stakeholder/User/List/index.js
index f163d4d..f792ca8 100644
--- a/src/pages/Container/Stakeholder/User/List/index.js
+++ b/src/pages/Container/Stakeholder/User/List/index.js
@@ -91,7 +91,7 @@ function List(props) {
borderRight: "10px solid #f1f1f2",
paddingRight: "10px",
marginRight: "10px",
- height: "100vh",
+ height: "calc(100dvh - 112px)",
}}
>
@@ -105,10 +105,10 @@ function List(props) {
name: "likeName",
label: "姓名",
},
- {
- name: "likeUserIdCard",
- label: "身份证号",
- },
+ // {
+ // name: "likeUserIdCard",
+ // label: "身份证号",
+ // },
]}
onFinish={getData}
@@ -165,6 +165,7 @@ function List(props) {
&& (