Jelajahi Sumber

燎原云报修后台更新

lijiangwei 4 tahun lalu
induk
melakukan
8e4276f331
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      uis/tenant/operation_help/index.html

+ 2 - 2
uis/tenant/operation_help/index.html

@@ -113,7 +113,7 @@
             , cols: [[
                 {field: 'title', title: '标题', width: 150}
                 ,{field: 'create_time', title: '创建时间', width: 200}
-                , {title: "操作", width: 150, align: 'left', fixed: 'right', toolbar: '#datagrid-operate-bar'}
+                , {title: "操作", width: 180, align: 'left', fixed: 'right', toolbar: '#datagrid-operate-bar'}
             ]]
             , page: true
             , height: 'full-108'
@@ -162,7 +162,7 @@
                     layer.close(index);
                     layui.admin.req({
                         notice: true
-                        , url: '/tenant/employee/' + data.id + '/'
+                        , url: '/tenant/operation_help/' + data.id + '/'
                         , type: 'delete'
                         , done: function (res) {
                             table.reload('datagrid', {});