diff --git a/modules/cms/src/main/resources/views/modules/cms/articleList.html b/modules/cms/src/main/resources/views/modules/cms/articleList.html index 8499485e..fe0be0d2 100644 --- a/modules/cms/src/main/resources/views/modules/cms/articleList.html +++ b/modules/cms/src/main/resources/views/modules/cms/articleList.html @@ -70,7 +70,7 @@ $('#dataGrid').dataGrid({ // {header:'${text("备注信息")}', name:'remarks', index:'a.remarks', width:150, align:"left"}, {header:'${text("操作")}', name:'actions', width:150, formatter: function(val, obj, row, act){ var actions = []; - <% if(hasPermi('cms:article:edit')){ %> + //<% if(hasPermi('cms:article:edit')){ %> actions.push(' '); if (row.status == Global.STATUS_NORMAL){ actions.push(' '); @@ -82,7 +82,7 @@ $('#dataGrid').dataGrid({ if (row.status == Global.STATUS_NORMAL){ actions.push(' '); } - <% } %> + //<% } %> return actions.join(''); }} ], diff --git a/modules/cms/src/main/resources/views/modules/cms/categoryList.html b/modules/cms/src/main/resources/views/modules/cms/categoryList.html index 391df42e..dff056b4 100644 --- a/modules/cms/src/main/resources/views/modules/cms/categoryList.html +++ b/modules/cms/src/main/resources/views/modules/cms/categoryList.html @@ -87,7 +87,7 @@ $('#dataGrid').dataGrid({ }}, {header:'${text("操作")}', name:'actions', width:150, formatter: function(val, obj, row, act){ var actions = []; - <% if(hasPermi('cms:category:edit')){ %> + //<% if(hasPermi('cms:category:edit')){ %> actions.push(' '); if (row.status == Global.STATUS_NORMAL){ actions.push(' '); @@ -100,7 +100,7 @@ $('#dataGrid').dataGrid({ if (row.status == Global.STATUS_NORMAL){ actions.push(' '); } - <% } %> + //<% } %> return actions.join(''); }} ], diff --git a/modules/cms/src/main/resources/views/modules/cms/reportList.html b/modules/cms/src/main/resources/views/modules/cms/reportList.html index a912d99f..f2672eac 100644 --- a/modules/cms/src/main/resources/views/modules/cms/reportList.html +++ b/modules/cms/src/main/resources/views/modules/cms/reportList.html @@ -13,43 +13,43 @@