|
@@ -34,8 +34,10 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'template'], function
|
|
|
{field: 'path', title: __('path')},
|
|
|
{field: 'component', title: __('component')},
|
|
|
{field: 'component_name', title: __('component_name')},
|
|
|
- {field: 'status', title: __('Status'), formatter: Table.api.formatter.status},
|
|
|
- {field: 'visible', title: __('Visible'), searchList: {"1": __('Visible 1'), "0": __('Visible 0')}, formatter: Table.api.formatter.normal},
|
|
|
+// {field: 'status', title: __('Status'), formatter: Table.api.formatter.status},
|
|
|
+ {field: 'visible', title: __('visible'), searchList: {"1": __('visible 1'), "0": __('visible 0')}, formatter: Table.api.formatter.normal},
|
|
|
+ {field: 'alwaysShow', title: __('alwaysShow'), searchList: {"1": __('alwaysShow 1'), "0": __('alwaysShow 0')}, formatter: Table.api.formatter.normal},
|
|
|
+ {field: 'keepAlive', title: __('keepAlive'), searchList: {"1": __('keepAlive 1'), "0": __('keepAlive 0')}, formatter: Table.api.formatter.normal},
|
|
|
{
|
|
|
field: 'ismenu',
|
|
|
title: __('Ismenu'),
|