refactor: 菜单名称列宽度调整
Former-commit-id: ee7c9a6eb8d857d773a8734669303cbc90eb2c2b
This commit is contained in:
@@ -245,11 +245,13 @@ onMounted(() => {
|
|||||||
default-expand-all
|
default-expand-all
|
||||||
border
|
border
|
||||||
>
|
>
|
||||||
<el-table-column label="菜单名称">
|
<el-table-column label="菜单名称" width="200">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<svg-icon
|
<svg-icon
|
||||||
:icon-class="
|
:icon-class="
|
||||||
scope.row.type === 'BUTTON' ? 'button' : scope.row.icon
|
scope.row.type === MenuTypeEnum.BUTTON
|
||||||
|
? 'button'
|
||||||
|
: scope.row.icon
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
{{ scope.row.name }}
|
{{ scope.row.name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user