From 668d5db6a98cab508df6b407077194a742122751 Mon Sep 17 00:00:00 2001 From: xuhubin <1269286451@qq.com> Date: Tue, 3 Nov 2020 16:02:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E6=8B=9B=E5=8B=9F=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/front/carousel/carousel.html | 8 +-- .../templates/front/recruitment/add.html | 48 ++++++++++++++++-- .../templates/front/recruitment/edit.html | 50 ++++++++++++++++++- .../front/recruitment/recruitment.html | 17 ++++--- 4 files changed, 106 insertions(+), 17 deletions(-) diff --git a/ruoyi-front/src/main/resources/templates/front/carousel/carousel.html b/ruoyi-front/src/main/resources/templates/front/carousel/carousel.html index dd71aff88..74e32cd43 100644 --- a/ruoyi-front/src/main/resources/templates/front/carousel/carousel.html +++ b/ruoyi-front/src/main/resources/templates/front/carousel/carousel.html @@ -27,15 +27,15 @@ 添加 - + 删除 - +
diff --git a/ruoyi-front/src/main/resources/templates/front/recruitment/add.html b/ruoyi-front/src/main/resources/templates/front/recruitment/add.html index 9fe661e89..0538167fa 100644 --- a/ruoyi-front/src/main/resources/templates/front/recruitment/add.html +++ b/ruoyi-front/src/main/resources/templates/front/recruitment/add.html @@ -2,6 +2,7 @@ +
@@ -36,21 +37,23 @@
-
- +
+
- + +
-
+
+ \ No newline at end of file diff --git a/ruoyi-front/src/main/resources/templates/front/recruitment/edit.html b/ruoyi-front/src/main/resources/templates/front/recruitment/edit.html index 8fcd8fa2a..34d705b22 100644 --- a/ruoyi-front/src/main/resources/templates/front/recruitment/edit.html +++ b/ruoyi-front/src/main/resources/templates/front/recruitment/edit.html @@ -2,6 +2,7 @@ +
@@ -37,15 +38,23 @@
-
+ +
+ +
+ + +
+ \ No newline at end of file diff --git a/ruoyi-front/src/main/resources/templates/front/recruitment/recruitment.html b/ruoyi-front/src/main/resources/templates/front/recruitment/recruitment.html index 2d72d8512..57003e59c 100644 --- a/ruoyi-front/src/main/resources/templates/front/recruitment/recruitment.html +++ b/ruoyi-front/src/main/resources/templates/front/recruitment/recruitment.html @@ -30,10 +30,10 @@ -
  • +
  •  搜索  重置 @@ -47,15 +47,15 @@ 添加 - + 删除 - +
    @@ -106,7 +106,10 @@ }, { field: 'pictureUrl', - title: '图片地址' + title: '图片地址', + formatter: function(value, row, index) { + return $.table.imageView(value); + } }, { title: '操作',