From 95ff2d6500e3e6e3a849fed1dcbfa08b2da4352d Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Sat, 25 May 2024 14:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E8=A1=A8=E5=8D=95=E9=AA=8C=E8=AF=81,?= =?UTF-8?q?=E7=BB=84=E7=BB=87=E9=80=89=E6=8B=A9=E5=8F=AF=E4=BB=A5=E9=80=89?= =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E5=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/assistance/index.vue | 160 ++++++++++++++++----------- src/views/assistanceDetail/index.vue | 115 +++++++++++++------ 2 files changed, 175 insertions(+), 100 deletions(-) diff --git a/src/views/assistance/index.vue b/src/views/assistance/index.vue index d483f65..669749a 100644 --- a/src/views/assistance/index.vue +++ b/src/views/assistance/index.vue @@ -15,36 +15,38 @@ - - - {{ item.serviceOrgName + + +

接单身份

+ + {{ item.serviceOrgName }}
- - -

服务时间

+ + +

服务时间

{{ serviceTimeStart || '开始时间' }}{{ serviceTimeEnd || '结束时间' }} -

服务范围

+

服务范围

{{ serviceScopeName || '请选择范围' }} -

接单身份

- - {{ item.serviceOrgName +

接单身份

+ + {{ item.serviceOrgName }}
- +

服务开始时间

{{ actualServiceStartTime || '服务开始时间' }}{{ actualServiceEndTime || '服务结束时间' }} -

完成情况

+

完成情况

已解决 未解决 @@ -62,13 +64,14 @@
+ @@ -76,7 +79,7 @@