正在显示
3 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -126,7 +126,7 @@ | @@ -126,7 +126,7 @@ | ||
| 126 | @click="handleDelete(scope.row)" | 126 | @click="handleDelete(scope.row)" |
| 127 | v-hasPermi="['monitor:job:remove']" | 127 | v-hasPermi="['monitor:job:remove']" |
| 128 | >删除</el-button> | 128 | >删除</el-button> |
| 129 | - <el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)"> | 129 | + <el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)" v-hasPermi="['monitor:job:changeStatus', 'monitor:job:query']"> |
| 130 | <span class="el-dropdown-link"> | 130 | <span class="el-dropdown-link"> |
| 131 | <i class="el-icon-d-arrow-right el-icon--right"></i>更多 | 131 | <i class="el-icon-d-arrow-right el-icon--right"></i>更多 |
| 132 | </span> | 132 | </span> |
| @@ -139,7 +139,7 @@ | @@ -139,7 +139,7 @@ | ||
| 139 | @click="handleDelete(scope.row)" | 139 | @click="handleDelete(scope.row)" |
| 140 | v-hasPermi="['system:role:remove']" | 140 | v-hasPermi="['system:role:remove']" |
| 141 | >删除</el-button> | 141 | >删除</el-button> |
| 142 | - <el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)"> | 142 | + <el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)" v-hasPermi="['system:role:edit']"> |
| 143 | <span class="el-dropdown-link"> | 143 | <span class="el-dropdown-link"> |
| 144 | <i class="el-icon-d-arrow-right el-icon--right"></i>更多 | 144 | <i class="el-icon-d-arrow-right el-icon--right"></i>更多 |
| 145 | </span> | 145 | </span> |
| @@ -182,7 +182,7 @@ | @@ -182,7 +182,7 @@ | ||
| 182 | @click="handleDelete(scope.row)" | 182 | @click="handleDelete(scope.row)" |
| 183 | v-hasPermi="['system:user:remove']" | 183 | v-hasPermi="['system:user:remove']" |
| 184 | >删除</el-button> | 184 | >删除</el-button> |
| 185 | - <el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)"> | 185 | + <el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)" v-hasPermi="['system:user:resetPwd', 'system:user:edit']"> |
| 186 | <span class="el-dropdown-link"> | 186 | <span class="el-dropdown-link"> |
| 187 | <i class="el-icon-d-arrow-right el-icon--right"></i>更多 | 187 | <i class="el-icon-d-arrow-right el-icon--right"></i>更多 |
| 188 | </span> | 188 | </span> |
-
请 注册 或 登录 后发表评论