From 2903f0fb05e8818bf5be4b7f629f7d8226480fa1 Mon Sep 17 00:00:00 2001 From: Mr.Zhang <710666463@qq.com> Date: 星期五, 25 八月 2023 18:36:37 +0800 Subject: [PATCH] 1.0.3 企业 大屏 平台 --- web_standard/src/views/ext/salaryStatistic.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/web_standard/src/views/ext/salaryStatistic.vue b/web_standard/src/views/ext/salaryStatistic.vue index 396fb7b..8383e36 100644 --- a/web_standard/src/views/ext/salaryStatistic.vue +++ b/web_standard/src/views/ext/salaryStatistic.vue @@ -182,7 +182,6 @@ return '-' }, customIndex(index) { - console.log(); return (this.tableData.pagination.pageIndex-1) * this.tableData.pagination.pageSize + index + 1 } } -- Gitblit v1.9.3