lcl 1 год назад
Родитель
Сommit
d97fb92c60

+ 1 - 3
Areas/Admin/Views/SpServer/ActivateRecord/Index.cshtml

@@ -169,10 +169,8 @@
                     {
                         <a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="del"><i class="layui-icon layui-icon-delete"></i>删除</a>
                     }
-                    @if (RightInfo.Contains("," + right + "_edit,"))
-                    {
                         <a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="push"><i class="layui-icon layui-icon-delete"></i>推送</a>
-                    }
+                    
                 </script>
             </div>
         </div>

+ 1 - 3
Areas/Admin/Views/SpServer/BindRecord/Index.cshtml

@@ -185,10 +185,8 @@
                     {
                         <a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="del"><i class="layui-icon layui-icon-delete"></i>删除</a>
                     }
-                    @if (RightInfo.Contains("," + right + "_edit,"))
-                    {
                         <a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="push"><i class="layui-icon layui-icon-delete"></i>推送</a>
-                    }
+                    
                 </script>
             </div>
         </div>

+ 1 - 3
Areas/Admin/Views/SpServer/SpTradeRecord/Index.cshtml

@@ -145,10 +145,8 @@
                     {
                         <a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="del"><i class="layui-icon layui-icon-delete"></i>删除</a>
                     }
-                    @if (RightInfo.Contains("," + right + "_edit,"))
-                    {
                         <a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="push"><i class="layui-icon layui-icon-delete"></i>推送</a>
-                    }
+                    
                 </script>
             </div>
         </div>

+ 1 - 1
wwwroot/layuiadmin/modules_sp/ActivateRecord_Admin.js

@@ -113,7 +113,7 @@ layui.config({
             , { field: 'BizEnterNo', width: 200, title: '业务企业编号', sort: true }
 
             // , { field: 'Sort', fixed: 'right', title: '排序', width: 80, edit: 'text' }
-            // , { title: '操作', align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
+            , { title: '操作', align: 'center', width: 100, fixed: 'right', toolbar: '#table-list-tools' }
         ]]
         , where: {
 

+ 1 - 1
wwwroot/layuiadmin/modules_sp/BindRecord_Admin.js

@@ -110,7 +110,7 @@ layui.config({
             , { field: 'Field1', width: 200, title: '操作类型', sort: true }
 
             // , { field: 'Sort', fixed: 'right', title: '排序', width: 80, edit: 'text' }
-            // , { title: '操作', align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
+            , { title: '操作', align: 'center', width: 100, fixed: 'right', toolbar: '#table-list-tools' }
         ]]
         , where: {
 

+ 1 - 1
wwwroot/layuiadmin/modules_sp/TradeRecord_Admin.js

@@ -114,7 +114,7 @@ layui.config({
             , { field: 'TradeSerialNo', width: 200, title: '贸易序列号', sort: true }
 
             // , { field: 'Sort', fixed: 'right', title: '排序', width: 80, edit: 'text' }
-            // , { title: '操作', align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
+            , { title: '操作', align: 'center', width: 100, fixed: 'right', toolbar: '#table-list-tools' }
         ]]
         , where: {