From dd43c95c5a020c1a828263cc5944ed6fb644b65d Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 05 五月 2023 08:53:18 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/~mayuhao/HazardInvestigationSystem

---
 src/views/safetyHazardAccount/index.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/views/safetyHazardAccount/index.vue b/src/views/safetyHazardAccount/index.vue
index 061c5db..c40cfa9 100644
--- a/src/views/safetyHazardAccount/index.vue
+++ b/src/views/safetyHazardAccount/index.vue
@@ -304,7 +304,7 @@
 
         <!--批量复查弹窗-->
         <el-dialog
-            title="提示"
+            :title="titleStr"
             :visible.sync="dialogVisible"
             :close-on-click-modal="false"
             width="40%"
@@ -345,6 +345,7 @@
 export default {
     data() {
         return {
+            titleStr:"",
             dialogVisible: false,
             checked: [],
             YHType: '0',
@@ -627,6 +628,11 @@
             })
         },
         supervision(type) {
+            if(type == '1'){
+                this.titleStr = "督查督办";
+            }else{
+                this.titleStr = "举一反三";
+            }
             var selectDataList = this.$refs.pageTable.selection;
             this.buttonType = type;
             if (selectDataList.length != 1) {

--
Gitblit v1.9.2