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`) },