From a9d6ddab6150b500c612ff88a51f4a151726e7c2 Mon Sep 17 00:00:00 2001 From: Yangwl <1726150332@qq.com> Date: Tue, 27 Feb 2024 14:42:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E4=BB=B6=E5=B7=A5=E8=B5=84=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/unitpriceReport/index.vue | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/views/mes/unitpriceReport/index.vue b/src/views/mes/unitpriceReport/index.vue index ba68498..ee57cc0 100644 --- a/src/views/mes/unitpriceReport/index.vue +++ b/src/views/mes/unitpriceReport/index.vue @@ -34,9 +34,9 @@ @keyup.enter.native="handleQuery" /> - + - + + + 导出 + + + @@ -83,7 +95,7 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" - v-hasPermi="['system:unitPrice:edit']" + v-hasPermi="['unitPriceReport:report:edit']" >工资修改 @@ -305,7 +317,7 @@ export default { }, /** 导出按钮操作 */ handleExport() { - this.download('mes/unitPrice/export', { + this.download('mes/unitPriceReport/export', { ...this.queryParams }, `unitPrice_${new Date().getTime()}.xlsx`) },