From 56d22aec2aa647b1786583b9c6d5fa12046f0b5a Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 18 Jan 2024 08:59:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=BD=A6=E5=9E=8B=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=A0=87=E5=87=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/publicPage/criterion.vue | 65 ++++ .../publicPage/vehicleconfiguration.vue | 307 ++++++++++++++++++ 2 files changed, 372 insertions(+) create mode 100644 anrui-riskcenter-ui/src/components/publicPage/criterion.vue create mode 100644 anrui-riskcenter-ui/src/components/publicPage/vehicleconfiguration.vue diff --git a/anrui-riskcenter-ui/src/components/publicPage/criterion.vue b/anrui-riskcenter-ui/src/components/publicPage/criterion.vue new file mode 100644 index 0000000000..0d254e4a48 --- /dev/null +++ b/anrui-riskcenter-ui/src/components/publicPage/criterion.vue @@ -0,0 +1,65 @@ + + + + 车型配置详情 + + 关闭 + + + + + + + + diff --git a/anrui-riskcenter-ui/src/components/publicPage/vehicleconfiguration.vue b/anrui-riskcenter-ui/src/components/publicPage/vehicleconfiguration.vue new file mode 100644 index 0000000000..d53c3596eb --- /dev/null +++ b/anrui-riskcenter-ui/src/components/publicPage/vehicleconfiguration.vue @@ -0,0 +1,307 @@ + + + + + + {{ formobj.vehicleAlias }} + 销售指导价:{{guidedPrice}} 万元 + + + + 品牌 + {{ formobj.brandName }} + + + 功能 + {{ formobj.vehicleTypeValue }} + + + 系列 + {{ formobj.productLineValue }} + + + 驱动 + {{ formobj.driveFormValue }} + + + 马力 + {{ formobj.powerValue }} + + + + + 版本 + {{ formobj.vehicleVersionValue }} + + + 燃料 + {{ formobj.fuelTypeValue }} + + + 排放标准 + {{ formobj.emissionStandardValue }} + + + + 发动机型号 + {{ formobj.engineTypeValue }} + + + 变速箱类型 + {{ formobj.tranCaseTypeValue }} + + + + + 变速箱 + {{ formobj.gearboxTypeValue }} + + + 细分市场 + {{ formobj.marketSegmentsValue }} + + + + 规格型号 + {{ formobj.specifications }} + + + 系别 + {{ formobj.departmentValue }} + + + 编码 + {{ formobj.vehicleTypeCode }} + + + 常用配置({{ formobj.configCode }}) + + + 后桥 + {{ formobj.rearAxleValue }} + + + 速比 + {{ formobj.rearAxleRatio }} + + + 轴距 + {{ formobj.wheelbase }} + + + 悬架 + {{ formobj.suspension }} + + + 鞍座 + {{ formobj.saddle }} + + + + + 颜色 + {{ formobj.carColor }} + + + 驾驶室 + {{ formobj.specification }} + + + 保险杠 + {{ formobj.bumper }} + + + 燃料箱 + {{ formobj.fuelTank }} + + + 导流罩 + {{ formobj.baffleModel }} + + + + + 独立热源 + {{ formobj.independentSources }} + + + 缓速器 + {{ formobj.slowMachine }} + + + 护轮罩 + {{ formobj.tireCover }} + + + 后视镜 + {{ formobj.rearViewMirror }} + + + 轮胎 + {{ formobj.tireSize }} + + + + + 轮毂材质 + {{ formobj.hubMaterial }} + + + 空调 + {{ formobj.airConditioner }} + + + 座椅 + {{ formobj.seat }} + + + 多媒体 + {{ formobj.multimedia }} + + + 配置包 + {{ formobj.configuringBao }} + + + + + 门窗 + {{ formobj.doorAndWindowValue }} + + + 门锁 + {{ formobj.doorLockValue }} + + + 大灯 + {{ formobj.headlightValue }} + + + 上车踏板 + {{ formobj.boardPedalValue }} + + + 方向盘 + {{ formobj.steerWheelValue }} + + + + + 离合器 + {{ formobj.clutchValue }} + + + 方向机 + {{ formobj.dirMachineValue }} + + + 前桥 + {{ formobj.proponsValue }} + + + 货箱内部长度 + {{ formobj.packingCase }} + + + 蓄电池 + {{ formobj.storagBatteryValue }} + + + + 更多配置 + + + + {{ formobj.otherConfig }} + + + + + + + + +