|
|
@@ -110,12 +110,14 @@
|
|
|
<el-table-column
|
|
|
prop="menuName"
|
|
|
label="菜单名称"
|
|
|
+ align="center"
|
|
|
:show-overflow-tooltip="true"
|
|
|
width="180"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
prop="platformType"
|
|
|
label="平台类型"
|
|
|
+ align="center"
|
|
|
:show-overflow-tooltip="true"
|
|
|
width="120"
|
|
|
>
|
|
|
@@ -157,18 +159,21 @@
|
|
|
prop="orderNum"
|
|
|
label="排序"
|
|
|
width="60"
|
|
|
+ align="center"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
prop="perms"
|
|
|
+ align="center"
|
|
|
label="权限标识"
|
|
|
:show-overflow-tooltip="true"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
prop="component"
|
|
|
label="组件路径"
|
|
|
+ align="center"
|
|
|
:show-overflow-tooltip="true"
|
|
|
></el-table-column>
|
|
|
- <el-table-column prop="status" label="状态" width="80">
|
|
|
+ <el-table-column prop="status" align="center" label="状态" width="80">
|
|
|
<template slot-scope="scope">
|
|
|
<dict-tag
|
|
|
:options="dict.type.sys_normal_disable"
|