fix: increase width of module column in permission configuration table
This commit is contained in:
parent
ea199e23f1
commit
58c617691b
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-scrollbar v-loading="loading">
|
<el-scrollbar v-loading="loading">
|
||||||
<app-table :data="tableData" border :span-method="objectSpanMethod" :maxTableHeight="280">
|
<app-table :data="tableData" border :span-method="objectSpanMethod" :maxTableHeight="280">
|
||||||
<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')"/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="name"
|
prop="name"
|
||||||
:width="150"
|
:width="150"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user