From 8a76457d7b685d9969e4cbfc211786378076cd86 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Mon, 26 Feb 2024 11:01:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basicdata/vehicle/basicdataVehicle.vue | 47 ++++++++++++++----- 1 file changed, 35 insertions(+), 12 deletions(-) diff --git a/src/views/basicdata/vehicle/basicdataVehicle.vue b/src/views/basicdata/vehicle/basicdataVehicle.vue index 91197f44..d3c4d200 100644 --- a/src/views/basicdata/vehicle/basicdataVehicle.vue +++ b/src/views/basicdata/vehicle/basicdataVehicle.vue @@ -256,7 +256,7 @@ export default { width: '100px', align: 'center', span: 11, - dicUrl: '/api/blade-system/dict-biz/dictionary?code=yes_no', + dicUrl: '/api/blade-system/dict-biz/dictionary?code=isHead_yes_no', props: { label: 'dictValue', value: 'dictKey', @@ -486,15 +486,26 @@ export default { align: 'center', span: 11, }, - { - label: '到期时间', - prop: 'expirationTime', - type: 'input', - labelWidth: '150', - width: '100px', - align: 'center', - span: 11, - }, + // { + // label: '到期时间', + // prop: 'expirationTime', + // type: 'input', + // labelWidth: '150', + // width: '100px', + // align: 'center', + // span: 11, + // }, + { + label: '到期时间', + prop: 'expirationTime', + type: 'date', + format: 'YYYY-MM-DD', + valueFormat: 'YYYY-MM-DD', + labelWidth: '150', + width: '150px', + align: 'center', + span: 11, + }, { label: '道路运输证号', prop: 'roadTransport', @@ -577,10 +588,22 @@ export default { labelWidth: '150', span: 11, }, + // { + // label: '车辆年审有效期', + // prop: 'reviewValidity', + // type: 'input', + // labelWidth: '150', + // width: '150px', + // align: 'center', + // span: 11, + // }, + { label: '车辆年审有效期', prop: 'reviewValidity', - type: 'input', + type: 'date', + format: 'YYYY-MM-DD', + valueFormat: 'YYYY-MM-DD', labelWidth: '150', width: '150px', align: 'center', @@ -616,7 +639,7 @@ export default { width: '150px', align: 'center', span: 11, - dicUrl: '/api/blade-system/dict-biz/dictionary?code=yes_no', + dicUrl: '/api/blade-system/dict-biz/dictionary?code=bodyAdvertising_yes_no', props: { label: 'dictValue', value: 'dictKey',