From 51addda5a19b1598aa79304fa2b490fe3a0c95b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E6=99=93=E6=97=AD?= <zxd@qq.com>
Date: Sun, 25 Jun 2023 17:19:27 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E9=98=9F=E8=AE=B0=E5=BD=95=E6=8A=A5?=
 =?UTF-8?q?=E8=A1=A8=E7=9A=84=E4=B8=89=E4=B8=AA=E6=97=B6=E9=97=B4=EF=BC=88?=
 =?UTF-8?q?=E6=80=BB=E6=97=B6=E9=95=BF=E3=80=81=E5=B9=B3=E5=9D=87=E7=AD=89?=
 =?UTF-8?q?=E5=BE=85=E6=97=B6=E9=95=BF=E3=80=81=E5=8A=9E=E7=90=86=E6=97=B6?=
 =?UTF-8?q?=E9=95=BF=EF=BC=89=E6=8C=89=E7=85=A7=E6=8A=A5=E8=A1=A8=E4=B8=9A?=
 =?UTF-8?q?=E5=8A=A1=E6=9D=A1=E6=95=B0=E6=9D=A5=E5=AF=BC=E5=87=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../components/queueCall/callRecord.vue       | 36 +++++++++++++++++++
 .../components/queueCall/queueRecord.vue      | 36 +++++++++++++++++++
 2 files changed, 72 insertions(+)

diff --git a/portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/callRecord.vue b/portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/callRecord.vue
index 05c50c5d..73270d1c 100644
--- a/portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/callRecord.vue
+++ b/portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/callRecord.vue
@@ -66,6 +66,15 @@
         <template slot="calltime" slot-scope="text">
           {{ text.calltime ? text.calltime : "--" }}
         </template>
+        <template slot="all_time" slot-scope="text">
+          {{ text.all_time ? text.all_time : "--" }}
+        </template>
+        <template slot="run_time" slot-scope="text">
+          {{ text.run_time ? text.run_time : "--" }}
+        </template>
+        <template slot="wait_time" slot-scope="text">
+          {{ text.wait_time ? text.wait_time : "--" }}
+        </template>
         <!-- 鍔炵悊绐楀彛 -->
         <template slot="window_name" slot-scope="text">
           {{
@@ -207,6 +216,30 @@ export default {
             customRender: "endtime",
           },
         },
+        {
+          title: "褰撳墠鎺掑彿鎬绘椂闀�",
+          width: "8%",
+          align: "center",
+          scopedSlots: {
+            customRender: "all_time",
+          },
+        },
+        {
+          title: "涓氬姟骞冲潎鍔炵悊鏃堕暱",
+          width: "8%",
+          align: "center",
+          scopedSlots: {
+            customRender: "run_time",
+          },
+        },
+        {
+          title: "涓氬姟骞冲潎绛夊緟鏃堕暱",
+          width: "8%",
+          align: "center",
+          scopedSlots: {
+            customRender: "wait_time",
+          },
+        },
 
         {
           title: "鐘舵€�",
@@ -276,6 +309,9 @@ export default {
         "window_name",
         "workman_name",
         "endtime",
+        "all_time",
+        "run_time",
+        "wait_time",
         "style",
       ],
       btnLoading: false,
diff --git a/portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/queueRecord.vue b/portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/queueRecord.vue
index 851a74dc..1a7d8090 100644
--- a/portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/queueRecord.vue
+++ b/portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/queueRecord.vue
@@ -97,6 +97,15 @@
         <template slot="endtime" slot-scope="text">
           {{ text.endtime ? text.endtime : "--" }}
         </template>
+        <template slot="all_time" slot-scope="text">
+          {{ text.all_time ? text.all_time : "--" }}
+        </template>
+        <template slot="run_time" slot-scope="text">
+          {{ text.run_time ? text.run_time : "--" }}
+        </template>
+        <template slot="wait_time" slot-scope="text">
+          {{ text.wait_time ? text.wait_time : "--" }}
+        </template>
         <!-- 鎿嶄綔 -->
         <template slot="action" slot-scope="text">
           <a @click="openHandlingDetails(text.id)">璇︾粏淇℃伅</a>
@@ -224,6 +233,30 @@ export default {
             customRender: "endtime",
           },
         },
+        {
+          title: "褰撳墠鎺掑彿鎬绘椂闀�",
+          width: "8%",
+          align: "center",
+          scopedSlots: {
+            customRender: "all_time",
+          },
+        },
+        {
+          title: "涓氬姟骞冲潎鍔炵悊鏃堕暱",
+          width: "8%",
+          align: "center",
+          scopedSlots: {
+            customRender: "run_time",
+          },
+        },
+        {
+          title: "涓氬姟骞冲潎绛夊緟鏃堕暱",
+          width: "8%",
+          align: "center",
+          scopedSlots: {
+            customRender: "wait_time",
+          },
+        },
 
         {
           title: "鐘舵€�",
@@ -268,6 +301,9 @@ export default {
         "window_name",
         "workman_name",
         "endtime",
+        "all_time",
+        "run_time",
+        "wait_time",
         "style",
       ],
       //璁惧鏁版嵁
-- 
2.24.3