From f91bfc50f9e933c4fb66e092f738cfc22eb87bb0 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 23 Mar 2021 14:38:14 +0800 Subject: [PATCH] 20210323 后台保留两位小数,(平台数据除外) --- src/main/resources/templates/febs/views/modules/dataMonitoring/dataMonitoringList.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/dataMonitoring/dataMonitoringList.html b/src/main/resources/templates/febs/views/modules/dataMonitoring/dataMonitoringList.html index f07eaad..db7ae56 100644 --- a/src/main/resources/templates/febs/views/modules/dataMonitoring/dataMonitoringList.html +++ b/src/main/resources/templates/febs/views/modules/dataMonitoring/dataMonitoringList.html @@ -135,6 +135,7 @@ cols: [[ {field: 'phone', title: '电话', minWidth: 80,align:'left'}, {field: 'email', title: '邮箱', minWidth: 80,align:'left'}, + {field: 'realName', title: '姓名', minWidth: 100,align:'left'}, {field: 'reward', title: '总盈亏', minWidth: 80,align:'left'}, {field: 'count', title: '当天订单总数', minWidth: 80,align:'left'}, {field: 'countOut', title: '不符合条件的订单数量', minWidth: 100,align:'left'}, -- Gitblit v1.9.1