From d6c989a5d9122e5cf969dd640a92b8e12caf8aa6 Mon Sep 17 00:00:00 2001 From: zhaoxiaohao <279049017@qq.com> Date: Thu, 22 Apr 2021 11:18:28 +0800 Subject: [PATCH] Merge branch 'dev' of ssh://192.168.2.240:29418/kidgrow-microservices-platform into dev --- kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/keaigao/AdvisorySummary.html | 60 ++++++++++++++++++++++++++++++------------------------------ 1 files changed, 30 insertions(+), 30 deletions(-) diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/keaigao/AdvisorySummary.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/keaigao/AdvisorySummary.html index ce8e403..da75a5d 100644 --- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/keaigao/AdvisorySummary.html +++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/keaigao/AdvisorySummary.html @@ -164,40 +164,40 @@ }, { field: 'graphicAdvisoryCount', width: "150", - title: '图文咨询当日创建', + title: '图文当日创建', align: 'center', fixed: 'left' }, { field: 'graphicAdvisoryDoneCount', - width: "100", - title: '当日完成', + width: "150", + title: '图文当日完成', align: 'center', fixed: 'left', }, { field: 'phoneAdvisoryCount', width: "150", - title: '电话咨询当日创建', + title: '电话当日创建', align: 'center', fixed: 'left', }, { field: 'phoneAdvisoryConnectCount', - width: "100", + width: "150", align: 'center', - title: '当日通话', + title: '电话当日通话', fixed: 'left', }, { field: 'phoneAdvisoryDoneCount', - width: "100", + width: "150", align: 'center', - title: '当日完成', + title: '电话当日完成', fixed: 'left', }, { field: 'phoneAdvisoryCanncelCount', - width: "100", + width: "150", align: 'center', - title: '当日取消', + title: '电话当日取消', fixed: 'left' } ] @@ -232,40 +232,40 @@ }, { field: 'graphicAdvisoryCount', width: "150", - title: '图文咨询当日创建', + title: '图文当日创建', align: 'center', fixed: 'left' }, { field: 'graphicAdvisoryDoneCount', - width: "100", - title: '当日完成', + width: "150", + title: '图文当日完成', align: 'center', fixed: 'left', }, { field: 'phoneAdvisoryCount', width: "150", - title: '电话咨询当日创建', + title: '电话当日创建', align: 'center', fixed: 'left', }, { field: 'phoneAdvisoryConnectCount', - width: "100", + width: "150", align: 'center', - title: '当日通话', + title: '电话当日通话', fixed: 'left', }, { field: 'phoneAdvisoryDoneCount', - width: "100", + width: "150", align: 'center', - title: '当日完成', + title: '电话当日完成', fixed: 'left', }, { field: 'phoneAdvisoryCanncelCount', - width: "100", + width: "150", align: 'center', - title: '当日取消', + title: '电话当日取消', fixed: 'left' } ] @@ -318,40 +318,40 @@ }, { field: 'graphicAdvisoryCount', width: "150", - title: '图文咨询当日创建', + title: '图文当日创建', align: 'center', fixed: 'left' }, { field: 'graphicAdvisoryDoneCount', - width: "100", - title: '当日完成', + width: "150", + title: '图文当日完成', align: 'center', fixed: 'left', }, { field: 'phoneAdvisoryCount', width: "150", - title: '电话咨询当日创建', + title: '电话当日创建', align: 'center', fixed: 'left', }, { field: 'phoneAdvisoryConnectCount', - width: "100", + width: "150", align: 'center', - title: '当日通话', + title: '电话当日通话', fixed: 'left', }, { field: 'phoneAdvisoryDoneCount', - width: "100", + width: "150", align: 'center', - title: '当日完成', + title: '电话当日完成', fixed: 'left', }, { field: 'phoneAdvisoryCanncelCount', - width: "100", + width: "150", align: 'center', - title: '当日取消', + title: '电话当日取消', fixed: 'left' } ] -- Gitblit v1.8.0