From b378105dfac3ca4fed0a5eaa9fb645afe00149d7 Mon Sep 17 00:00:00 2001 From: TS-QD1 Date: Sun, 14 May 2023 00:46:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/table/Wgy.vue | 16 ++++++++-------- src/components/table/ZfGa.vue | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/table/Wgy.vue b/src/components/table/Wgy.vue index f7f3217..f67fc19 100644 --- a/src/components/table/Wgy.vue +++ b/src/components/table/Wgy.vue @@ -205,14 +205,14 @@ export default { key: 'E', keyName: 'shouldReportCount', width: 60, - render(row, index) { - return h('a', { - href: 'javascript:void(0);', - onClick() { - vueSelf.onReportDayClick(row, index) - } - }, row.E) - } + // render(row, index) { + // return h('a', { + // href: 'javascript:void(0);', + // onClick() { + // vueSelf.onReportDayClick(row, index) + // } + // }, row.E) + // } }, { align: 'center', diff --git a/src/components/table/ZfGa.vue b/src/components/table/ZfGa.vue index 2f20d29..cb7f414 100644 --- a/src/components/table/ZfGa.vue +++ b/src/components/table/ZfGa.vue @@ -325,7 +325,7 @@ export default { fixed: 'right', width: 60, render(row, index) { - return vueSelf.computeM(row) * row.O / 100; + return (vueSelf.computeM(row) * row.N / 100).toFixed(2); } } ],