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); } } ],