From b0291b23279d67f5d04977c1594f7f260be3a51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E7=BA=A2=E6=A2=85?= <1924913374@qq.com> Date: Thu, 26 May 2022 16:24:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E5=88=97=E8=A1=A8=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=EF=BC=9A=E4=BD=9C=E5=BA=9F=E6=95=B0=E9=87=8F-invalid?= =?UTF-8?q?=EF=BC=8C=E4=BD=9C=E5=BA=9F=E6=80=BB=E4=BB=B7-invalid=5Ftotal?= =?UTF-8?q?=20key=E6=89=B9=E6=AC=A1=E5=88=97=E8=A1=A8=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=EF=BC=9A=E4=BD=9C=E5=BA=9F=E6=95=B0=E9=87=8F-invalid=EF=BC=8C?= =?UTF-8?q?=E4=BD=9C=E5=BA=9F=E6=80=BB=E4=BB=B7-invalid=5Ftotal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/plan/key/list.js | 13 +++++++++++++ src/pages/plan/list/list.js | 14 ++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/src/pages/plan/key/list.js b/src/pages/plan/key/list.js index cad73c1a..b9721905 100644 --- a/src/pages/plan/key/list.js +++ b/src/pages/plan/key/list.js @@ -115,6 +115,13 @@ const Column = [ prop: "usage", width: "120px", }, + { + title: "已作废key总数", + name: "invalid", + type: "normal", + prop: "invalid", + width: "120px", + }, { title: "沉默总数", name: "silent", @@ -142,6 +149,12 @@ const Column = [ type: "normal", prop: "usage_total", width: "140px", + },{ + title: "已作废总价(预估)", + name: "invalid_total", + type: "normal", + prop: "invalid_total", + width: "140px", }, { title: "沉默总价(预估)", diff --git a/src/pages/plan/list/list.js b/src/pages/plan/list/list.js index 4224d1a7..ed8cebe7 100644 --- a/src/pages/plan/list/list.js +++ b/src/pages/plan/list/list.js @@ -630,6 +630,13 @@ export default class acclist extends React.Component { prop: "usage", width: "auto", }, + { + title: "已作废key总数", + name: "invalid", + type: "normal", + prop: "invalid", + width: "auto", + }, { title: "沉默总数", name: "silent", @@ -661,6 +668,13 @@ export default class acclist extends React.Component { prop: "usage_total", width: "auto", valueType: "price", + }, { + title: "已作废总价(预估)", + name: "invalid_total", + type: "normal", + prop: "invalid_total", + width: "auto", + valueType: "price", }, { title: "沉默总价(预估)",