|
@@ -56,7 +56,7 @@
|
56
|
56
|
:default-expand-all="isExpandAll"
|
57
|
57
|
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
|
58
|
58
|
>
|
59
|
|
- <el-table-column prop="menuName" label="菜单名称" :show-overflow-tooltip="true" width="160"></el-table-column>
|
|
59
|
+ <el-table-column prop="menuName" label="菜单名称" :show-overflow-tooltip="true" width="222"></el-table-column>
|
60
|
60
|
<!--
|
61
|
61
|
<el-table-column prop="icon" label="图标" align="center" width="100">
|
62
|
62
|
<template slot-scope="scope">
|
|
@@ -72,12 +72,14 @@
|
72
|
72
|
<dict-tag :options="dict.type.sys_normal_disable" :value="scope.row.status"/>
|
73
|
73
|
</template>
|
74
|
74
|
</el-table-column>
|
75
|
|
- <el-table-column label="创建时间" align="center" prop="createTime">
|
|
75
|
+ <!--
|
|
76
|
+ <el-table-column label="创建时间" align="center" prop="createTime" width="100">
|
76
|
77
|
<template slot-scope="scope">
|
77
|
78
|
<span>{{ parseTime(scope.row.createTime) }}</span>
|
78
|
79
|
</template>
|
79
|
80
|
</el-table-column>
|
80
|
|
- <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
81
|
+ -->
|
|
82
|
+ <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="222">
|
81
|
83
|
<template slot-scope="scope">
|
82
|
84
|
<el-button
|
83
|
85
|
size="mini"
|