gaoluyang
2026-05-18 e685ca0857e26207e372823bc404f163591dad63
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>