From 38fc06dfd1a221d97b11a10d370f0274734afef6 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Thu, 26 Dec 2024 11:48:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=80=E5=8D=95=E5=8F=8A?= =?UTF-8?q?=E6=97=B6=E7=8E=87=E6=8A=A5=E8=A1=A8=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CreateOrderTimelinessRatioReport.js | 32 ++++++++++++++++--- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/src/option/reportforms/CreateOrderTimelinessRatioReport.js b/src/option/reportforms/CreateOrderTimelinessRatioReport.js index 3cd2a909..a59226d8 100644 --- a/src/option/reportforms/CreateOrderTimelinessRatioReport.js +++ b/src/option/reportforms/CreateOrderTimelinessRatioReport.js @@ -119,8 +119,8 @@ export const columnList = [ isshowSummary: false, //开启统计 }, { - prop: 'noOpenNoFreezeNum', - label: '未开单未处理数', + prop: 'noOpenNoChaoNum', + label: '未开单未超时数', type: 1, values: '', width: '150', @@ -131,8 +131,32 @@ export const columnList = [ isshowSummary: true, //开启统计 }, { - prop: 'noOpenNoFreezeRate', - label: '未处理占比', + prop: 'noOpenNoChaoRate', + label: '未开单未超时占比', + type: 6, + values: '', + width: '200', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: false, //开启统计 + }, + { + prop: 'noOpenChaoNum', + label: '未开单超时数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, + { + prop: 'noOpenChaoRate', + label: '未开单超时占比', type: 6, values: '', width: '200',