mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-04 22:41:24 +08:00
Optimized the name column width of permission-related management tables
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
style="margin-top: 10px"
|
style="margin-top: 10px"
|
||||||
>
|
>
|
||||||
<el-table-column type="selection" />
|
<el-table-column type="selection" />
|
||||||
<el-table-column prop="name" label="名称" min-width="20" />
|
<el-table-column prop="name" label="名称" width="120" align="center" />
|
||||||
<el-table-column v-if="customColumnLabel_1" :label="customColumnLabel_1">
|
<el-table-column v-if="customColumnLabel_1" :label="customColumnLabel_1">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-tag
|
<el-tag
|
||||||
|
|||||||
Reference in New Issue
Block a user