diff --git a/app/controllers/managements_controller.rb b/app/controllers/managements_controller.rb index 91687217..9a42aae4 100644 --- a/app/controllers/managements_controller.rb +++ b/app/controllers/managements_controller.rb @@ -1174,6 +1174,7 @@ end def partners @menu_type = 6 @sub_type = 3 + @partners = Partner.includes(:school) end # 删除部门管理员 diff --git a/app/views/managements/_partners_list.html.erb b/app/views/managements/_partners_list.html.erb new file mode 100644 index 00000000..e69de29b diff --git a/app/views/managements/partners.html.erb b/app/views/managements/partners.html.erb index 3220089f..d1b23af1 100644 --- a/app/views/managements/partners.html.erb +++ b/app/views/managements/partners.html.erb @@ -1 +1,73 @@ -nice \ No newline at end of file +
+
+ + 搜索 + 清除 +
+
+
+ +添加 + +
+
+
+
+
+

添加时间2019-04-03 15:40

+
+ 管理员 +
    +
  • +
  • +
  • +
+
+
+
+
  • + 序号 + 客户名称 + +添加 + 添加时间 +
  • +
  • + 1 + 国防科技大学 + + 删除 + + + 2019-04-03 16:04 + +
  • +
    +
    +
    +
    +
    +
    + \ No newline at end of file