From 47b3e6df9c9be245613a084d4f677496ffdbff0b Mon Sep 17 00:00:00 2001 From: dearLin <1261008090@qq.com> Date: Fri, 27 Mar 2026 10:17:35 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E8=82=A1=E4=BB=BD=E7=AB=AF?= =?UTF-8?q?=E8=BD=A6=E8=BE=86=E5=BD=92=E5=B1=9E=E4=BA=BA=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StockPersonnelAndVehicles/List/index.js | 4 +++- .../StockPersonnelAndVehicles/VehicleManagement/List/index.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/Container/Supervision/FirstLevelDoor/ImportAndExportPortInfo/StockPersonnelAndVehicles/List/index.js b/src/pages/Container/Supervision/FirstLevelDoor/ImportAndExportPortInfo/StockPersonnelAndVehicles/List/index.js index 40e29d7..a6637ed 100644 --- a/src/pages/Container/Supervision/FirstLevelDoor/ImportAndExportPortInfo/StockPersonnelAndVehicles/List/index.js +++ b/src/pages/Container/Supervision/FirstLevelDoor/ImportAndExportPortInfo/StockPersonnelAndVehicles/List/index.js @@ -94,15 +94,17 @@ function List(props) { { title: "车辆数", dataIndex: "vehicleCount" }, { title: "门禁权限", dataIndex: "mkmjPermission", render: (_, record) => record.mkmjPermission === 1 ? "开启" : "关闭" }, { title: "是否录入人脸", dataIndex: "userFaceUrl", render: (_, record) => record.userFaceUrl ? "是" : "否" }, + { title: "是否录入身份证号", dataIndex: "userCard", render: (_, record) => record.userCard ? "是" : "否" }, { title: "操作", width: 200, fixed: "right", render: (_, record) => ( - {props.permission(props.authorizationScopeBtn || "jgd-io-stock-pv-edit") && ( + {props.permission(props.authorizationScopeBtn || "jgd-io-stock-pv-edit") && (