From 5a3519a910e1a6bb89b69a2abb20663424bdf121 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 04 九月 2024 01:40:16 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/system/contract/report/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/contract/report/index.vue b/src/views/system/contract/report/index.vue index 5c681ca..112a1e2 100644 --- a/src/views/system/contract/report/index.vue +++ b/src/views/system/contract/report/index.vue @@ -104,7 +104,7 @@ </el-table> <div slot="footer" class="dialog-footer"> <el-button @click="cancel">鍙� 娑�</el-button> - <el-button type="primary" @click="submitForm">鏍哥畻</el-button> + <el-button type="primary" @click="submitForm" v-hasPermi="['system:calculate:report:backfill']">鏍哥畻</el-button> </div> </el-dialog> -- Gitblit v1.8.0