From ffce59930c449f1656f683c8dde2c16795aa273d Mon Sep 17 00:00:00 2001 From: wans <747101512@qq.com> Date: Sat, 15 May 2021 20:47:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=90=88=E5=B9=B6=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../route/classplan/list-merge-user.html | 154 ++++++++++++++++++ .../route/classplan/list-signup-user.html | 3 +- 2 files changed, 156 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/static/route/classplan/list-merge-user.html diff --git a/src/main/resources/static/route/classplan/list-merge-user.html b/src/main/resources/static/route/classplan/list-merge-user.html new file mode 100644 index 0000000..4004e4e --- /dev/null +++ b/src/main/resources/static/route/classplan/list-merge-user.html @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
    +
    +
    +
    +
    +
    +
    +
    +
    所有报名人员信息
    + +
    +
    +
    +
    +
    +
    + + + + + \ No newline at end of file diff --git a/src/main/resources/static/route/classplan/list-signup-user.html b/src/main/resources/static/route/classplan/list-signup-user.html index 57f817e..43aafbf 100644 --- a/src/main/resources/static/route/classplan/list-signup-user.html +++ b/src/main/resources/static/route/classplan/list-signup-user.html @@ -31,7 +31,7 @@ - @@ -64,6 +64,7 @@ if(reportType == '2'){ tableUrl = 'api/applystudents/listpage'; } else{ + $('#add-apply-user').show(); tableUrl = 'api/apply/listpage'; }