diff --git a/app/admin/view/menu/index.html b/app/admin/view/menu/index.html index f6e6a7d87..c63c3d269 100644 --- a/app/admin/view/menu/index.html +++ b/app/admin/view/menu/index.html @@ -57,7 +57,7 @@ {field: 'url', title: '跳转链接', minWidth: 200}, {field: 'status', title: '菜单状态', minWidth: 120, align: 'center', templet: '#StatusSwitchTpl'}, // {field: 'create_at', title: '创建时间', minWidth: 170, align: 'center'}, - {toolbar: '#toolbar', title: '操作面板', minWidth: 170, align: 'center', fixed: 'right'}, + {toolbar: '#toolbar', title: '操作面板', minWidth: 150, align: 'center', fixed: 'right'}, ]] }); @@ -111,16 +111,12 @@ {/if} {if auth('remove')} - {{# if( (d.spc<1 || d.status<1)){ }} 删 除 - {{# }else{ }} 删 除 {{# } }} - {/if} -