From 2254edb68c0685dae34d4754aa8f109e7889f4ba Mon Sep 17 00:00:00 2001 From: "BOOL\\25024" Date: Mon, 22 Jan 2024 14:40:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=90=AF=E5=8A=A8=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/views/order/order/index.vue | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/jsowell-ui/src/views/order/order/index.vue b/jsowell-ui/src/views/order/order/index.vue index 23e6ce8da..8a9333b6a 100644 --- a/jsowell-ui/src/views/order/order/index.vue +++ b/jsowell-ui/src/views/order/order/index.vue @@ -39,17 +39,17 @@ + @keyup.enter.native="handleQuery" /> + start-placeholder="开始日期" end-placeholder="结束日期" :clearable="true" /> + :default-time="['00:00:00', '23:59:59']" type="daterange" range-separator="-" + start-placeholder="开始日期" end-placeholder="结束日期" :clearable="true" /> 导出 -
+
    -
  • - {{ totalDate.dateDescription }}期间,总用电量{{totalDate.sumUsedElectricity}}度,总消费金额{{ totalDate.sumOrderAmount }}元,总结算金额{{totalDate.sumSettleAmount}}元 +
  • + {{ totalDate.dateDescription }}期间,总用电量{{ totalDate.sumUsedElectricity }}度,总消费金额{{ + totalDate.sumOrderAmount }}元,总结算金额{{ totalDate.sumSettleAmount }}元
@@ -148,13 +149,16 @@ {{ item.chargeEndTime }} - {{ startMode(item.startMode) }} + {{ + item.thirdPartyType }} + + {{ startMode(item.startMode) }}
-