From c617cde4c3cd60935397c26cd90dfd198f660bba Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Wed, 4 Mar 2020 17:12:09 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E6=9E=84=20Task=20?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Bootstrap.Admin/Views/Admin/Tasks.cshtml | 194 +++++++++++------- src/admin/Bootstrap.Admin/wwwroot/js/tasks.js | 2 +- 2 files changed, 126 insertions(+), 70 deletions(-) diff --git a/src/admin/Bootstrap.Admin/Views/Admin/Tasks.cshtml b/src/admin/Bootstrap.Admin/Views/Admin/Tasks.cshtml index 7dfc35c8..93774455 100644 --- a/src/admin/Bootstrap.Admin/Views/Admin/Tasks.cshtml +++ b/src/admin/Bootstrap.Admin/Views/Admin/Tasks.cshtml @@ -1,84 +1,56 @@ @model TaskModel @{ ViewBag.Title = "任务管理"; - Layout = "_Default"; } @section css { + + + + + + + } @section javascript { + + + + + + + + + + + + + + + + + + + } -@section tableButtons { - - - -} -@section modal { - - -} -@section customModal { -