From 66f8f95cda6498def0f29d99e118edce360dc8ae Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Wed, 10 Jul 2024 09:48:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../invoicing/consumable/cons_record.vue | 188 ++++++++++-------- 1 file changed, 105 insertions(+), 83 deletions(-) diff --git a/src/views/invoicing/consumable/cons_record.vue b/src/views/invoicing/consumable/cons_record.vue index ccd68b8..1212717 100644 --- a/src/views/invoicing/consumable/cons_record.vue +++ b/src/views/invoicing/consumable/cons_record.vue @@ -1,96 +1,118 @@ - - - - - - - - 查询 - 重置 - - - - - - - - - {{ scope.row.bizType }}{{ scope.row.amount - }} - - - - - - - - - - + + + + + + - - - - { clickseetableData.size = e; clickseetableData.page = 0; getTableData() }" /> - + + + { + clickseetableData.size = e; + clickseetableData.page = 0; + getTableData(); + } + " + /> + + \ No newline at end of file + } +}; +