gaoluyang
2026-05-18 e50eb636e24007ac32b8a6cec18cad13bbfcaf3b
src/views/monitor/online/index.vue
@@ -48,7 +48,7 @@
         </el-table-column>
         <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
            <template #default="scope">
               <el-button link type="primary" icon="Delete" @click="handleForceLogout(scope.row)" v-hasPermi="['monitor:online:forceLogout']">强退</el-button>
               <el-button link type="primary" icon="Delete" @click="handleForceLogout(scope.row)">强退</el-button>
            </template>
         </el-table-column>
      </el-table>