From c621ce20500383228e703c78cf38e576c601a545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=B8=85?= <3115919733@qq.com> Date: Tue, 10 Jun 2025 14:55:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vehicleinout/VehicleInOutList.vue | 6 ++++ .../vehicleinout/modules/VehicleInOutForm.vue | 28 ++++++++++++++++--- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/ant-design-vue-jeecg/src/views/tms/carinout/vehicleinout/VehicleInOutList.vue b/ant-design-vue-jeecg/src/views/tms/carinout/vehicleinout/VehicleInOutList.vue index c36fbb4..5bf7240 100644 --- a/ant-design-vue-jeecg/src/views/tms/carinout/vehicleinout/VehicleInOutList.vue +++ b/ant-design-vue-jeecg/src/views/tms/carinout/vehicleinout/VehicleInOutList.vue @@ -255,6 +255,12 @@ align:"center", dataIndex: 'currentStatus_dictText' }, + { + title:'图片', + align:"center", + dataIndex: 'picture1', + scopedSlots: { customRender: 'imgSlot' } + }, { title:'对接人姓名', align:"center", diff --git a/ant-design-vue-jeecg/src/views/tms/carinout/vehicleinout/modules/VehicleInOutForm.vue b/ant-design-vue-jeecg/src/views/tms/carinout/vehicleinout/modules/VehicleInOutForm.vue index 65f899a..74b7d3b 100644 --- a/ant-design-vue-jeecg/src/views/tms/carinout/vehicleinout/modules/VehicleInOutForm.vue +++ b/ant-design-vue-jeecg/src/views/tms/carinout/vehicleinout/modules/VehicleInOutForm.vue @@ -3,14 +3,13 @@ - + @@ -21,7 +20,6 @@ - @@ -49,7 +47,7 @@ - + --> @@ -85,6 +83,28 @@ + + + + + + + + + + + + + + + + + + + + + +