We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea199e2 commit 58c6176Copy full SHA for 58c6176
ui/src/views/system/role/component/PermissionConfiguration.vue
@@ -1,7 +1,7 @@
1
<template>
2
<el-scrollbar v-loading="loading">
3
<app-table :data="tableData" border :span-method="objectSpanMethod" :maxTableHeight="280">
4
- <el-table-column prop="module" :width="130" :label="$t('views.role.permission.moduleName')"/>
+ <el-table-column prop="module" :width="150" :label="$t('views.role.permission.moduleName')"/>
5
<el-table-column
6
prop="name"
7
:width="150"
0 commit comments