From a688ec62513f64627728fe25163b424b83449458 Mon Sep 17 00:00:00 2001 From: dearLin <1261008090@qq.com> Date: Thu, 26 Mar 2026 16:17:07 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=A3=80=E6=9F=A5=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E8=BD=A6=E8=BE=86=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../InspectDepartmentVehicles/List/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/Container/Supervision/FirstLevelDoor/ImportAndExportPortInfo/InspectDepartmentVehicles/List/index.js b/src/pages/Container/Supervision/FirstLevelDoor/ImportAndExportPortInfo/InspectDepartmentVehicles/List/index.js index eda84a6..aa892a0 100644 --- a/src/pages/Container/Supervision/FirstLevelDoor/ImportAndExportPortInfo/InspectDepartmentVehicles/List/index.js +++ b/src/pages/Container/Supervision/FirstLevelDoor/ImportAndExportPortInfo/InspectDepartmentVehicles/List/index.js @@ -65,7 +65,7 @@ function List(props) { )} columns={[ - { title: "名称", dataIndex: "remarks" }, + { title: "名称", dataIndex: "checkDepartmentName" }, { title: "车牌号", dataIndex: "licenceNo" }, { title: "车牌类型", dataIndex: "licenceTypeName" }, { title: "车辆类型", dataIndex: "vehicleTypeName" }, @@ -199,7 +199,7 @@ const AddModalComponent = (props) => { span={24} labelCol={{ span: 10 }} values={{ - remarks: info.remarks, + remarks: info.checkDepartmentName, inspectCarList: [{ licenceType: info.licenceType, licenceTypeName: info.licenceTypeName, @@ -209,7 +209,7 @@ const AddModalComponent = (props) => { }], }} options={[ - { name: "remarks", label: "名称" }, + { name: "checkDepartmentName", label: "名称" }, { label: "车辆信息", render: FORM_ITEM_RENDER_ENUM.DIVIDER }, { name: "inspectCarList", @@ -278,7 +278,7 @@ const ViewModalComponent = (props) => { column={1} styles={{ label: { width: 200 } }} items={[ - { label: "名称", children: info.remarks }, + { label: "名称", children: info.checkDepartmentName }, ]} /> 车辆信息