From 7e41af12b7323cc191219a503ac1efd5c6910969 Mon Sep 17 00:00:00 2001 From: red-deng-deng <1924913374@qq.com> Date: Thu, 25 Nov 2021 14:01:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E8=90=A5=E9=94=80=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E7=9A=84key=E6=89=B9=E6=AC=A1=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E9=A1=B5=E9=9D=A2=E5=AD=97=E6=AE=B5=E6=9C=AA?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E5=AE=8C=E6=95=B4=EF=BC=8C=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E6=8C=89=E7=85=A7=E5=8E=9F=E5=9E=8B=E5=9B=BE?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/plan/key/list.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/pages/plan/key/list.js b/src/pages/plan/key/list.js index c575cf59..b8a8020a 100644 --- a/src/pages/plan/key/list.js +++ b/src/pages/plan/key/list.js @@ -60,6 +60,12 @@ const Column = [ type: "normal", prop:'receive', width:'120px', + }, { + title: '已使用key总数', + name: 'usage', + type: "normal", + prop:'usage', + width:'120px', }, { title: '沉默总数', name: 'silent', @@ -78,13 +84,6 @@ const Column = [ type: "normal", prop:'receive_total', width:'140px', - }, - { - title: '已使用总数', - name: 'usage', - type: "normal", - prop:'usage', - width:'140px', }, { title: '已使用总价(预估)', name: 'usage_total',