From 36cb53ff3ab90527ecda51967c98ee3eed2bc504 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Sat, 7 Feb 2026 10:22:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=81=E9=97=AD=E5=8C=BA=E5=9F=9F=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E6=96=B9=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Supervision/EnclosedArea/Apply/VehicleRecords/List/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Container/Supervision/EnclosedArea/Apply/VehicleRecords/List/index.js b/src/pages/Container/Supervision/EnclosedArea/Apply/VehicleRecords/List/index.js index c81c42b..5bb6ec7 100644 --- a/src/pages/Container/Supervision/EnclosedArea/Apply/VehicleRecords/List/index.js +++ b/src/pages/Container/Supervision/EnclosedArea/Apply/VehicleRecords/List/index.js @@ -30,7 +30,7 @@ function List(props) { columns={[ { title: "车辆类型", dataIndex: "todo1" }, { title: "驾驶人", dataIndex: "todo2" }, - { title: "职务", dataIndex: "todo3" }, + { title: "部门", dataIndex: "todo3" }, { title: "手机号", dataIndex: "todo4" }, { title: "申请区域", dataIndex: "todo5" }, { title: "申请时间范围", dataIndex: "todo6", render: (_, record) => `${record.todo6} - ${record.todo7}` },