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: '操作',