瀏覽代碼

一键群发的权限 细分

sgw 1 天之前
父節點
當前提交
d6f2f3d8c7
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/views/qw/sop/sop.vue
  2. 2 2
      src/views/qw/sopUserLogs/sopUserLogsSchedule.vue

+ 1 - 1
src/views/qw/sop/sop.vue

@@ -136,7 +136,7 @@
             size="mini"
             :disabled="multiple"
             @click="handleCampSendMsg"
-            v-hasPermi="['qw:sopUserLogsInfo:msg']"
+            v-hasPermi="['qw:sopUserLogsInfo:msgSop']"
           >SOP营期一键群发(或草稿)</el-button>
         </el-tooltip>
       </el-col>

+ 2 - 2
src/views/qw/sopUserLogs/sopUserLogsSchedule.vue

@@ -92,7 +92,7 @@
             size="medium"
             :disabled="multiple"
             @click="handleDeleteUserLogs"
-            v-hasPermi="['qwSop:sopUserLogs:remove']"
+            v-hasPermi="['qw:sopUserLogs:remove']"
           >批量删除营期</el-button>
 
         </el-tooltip>
@@ -130,7 +130,7 @@
             size="medium"
             :disabled="multiple"
             @click="handleDeleteUserLogs"
-            v-hasPermi="['qwSop:sopUserLogs:remove']"
+            v-hasPermi="['qw:sopUserLogs:remove']"
           >批量删除营期</el-button>
         </el-tooltip>
       </el-col>