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',