From 9678bda4e95add4a6c2be2360b824293fb7d9b86 Mon Sep 17 00:00:00 2001 From: dougang <78125310@kidgrow.com> Date: Tue, 20 Apr 2021 10:48:58 +0800 Subject: [PATCH] 价格增加大于0的判断 --- 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