From 6967b3f1da6ec762deac2fbf17e260c0e87081c6 Mon Sep 17 00:00:00 2001 From: gongjiale <942894820@qq.com> Date: Fri, 28 Oct 2022 16:37:48 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=AE=8C=E6=88=90=E8=83=BD=E5=8A=9B=E9=9B=86?= =?UTF-8?q?=E5=B8=82=EF=BC=9A=E5=9F=BA=E7=A1=80=E8=AE=BE=E6=96=BD-?= =?UTF-8?q?=E4=BC=9A=E5=AE=A2=E5=8E=85=EF=BC=8C=E5=AD=97=E6=95=B0=E5=A4=AA?= =?UTF-8?q?=E5=A4=9A=E6=97=B6=EF=BC=8C=E5=B1=95=E7=A4=BA=E4=B8=8D=E7=BE=8E?= =?UTF-8?q?=E8=A7=82=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=9B=202.=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E8=9E=8D=E5=90=88=E6=9C=8D=E5=8A=A1=EF=BC=9A=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=A8=A1=E5=BC=8F=EF=BC=8C=E7=82=B9=E5=87=BB=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E6=97=B6=E9=97=B4=EF=BC=8C=E5=8F=AA=E8=83=BD=E6=8C=89?= =?UTF-8?q?=E7=85=A7=E6=AD=A3=E5=BA=8F=E6=8E=92=EF=BC=8C=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E6=8C=89=E7=85=A7=E5=80=92=E5=BA=8F=E6=8E=92=E5=88=97=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=9B=203=E5=AE=8C=E6=88=90.=E8=9E=8D?= =?UTF-8?q?=E5=90=88=E6=9C=8D=E5=8A=A1=EF=BC=9A=E6=89=93=E5=8C=85=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E7=82=B9=E5=87=BB=E6=94=B6=E8=97=8F=E9=87=8F?= =?UTF-8?q?=EF=BC=8C=E5=8F=AA=E8=83=BD=E6=8C=89=E7=85=A7=E6=AD=A3=E5=BA=8F?= =?UTF-8?q?=E6=8E=92=EF=BC=8C=E4=B8=8D=E8=83=BD=E6=8C=89=E7=85=A7=E5=80=92?= =?UTF-8?q?=E5=BA=8F=E6=8E=92=E5=88=97=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/integrationServiceOrder.vue | 4 +- front/src/views/home/infrastructurePage.vue | 3811 ++++++++--------- 2 files changed, 1904 insertions(+), 1911 deletions(-) diff --git a/front/src/views/home/components/integrationServiceOrder.vue b/front/src/views/home/components/integrationServiceOrder.vue index fc13a08c..48f9debf 100644 --- a/front/src/views/home/components/integrationServiceOrder.vue +++ b/front/src/views/home/components/integrationServiceOrder.vue @@ -47,12 +47,10 @@ const integrationOrder = reactive({ // 融合服务--排序 const changeOrder = (i, val, type) => { - - console.log('i, val, type------------>', i, val, type); integrationOrder.orderField = val integrationOrder.orderType = type; // 0 apply_count ASC - let _index = integrationOrderList.value.findIndex(x => x.value = val) + let _index = integrationOrderList.value.findIndex(x => x.value == val) if (_index > -1) { integrationOrderList.value[_index].orderType = type } diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index ff73deae..270ed253 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -105,7 +105,13 @@ 面积:{{ item.area }}m²