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}` },