@@ -53,6 +51,8 @@
removeUrl: prefix + "/remove",
exportUrl: prefix + "/export",
modalName: "亮点产品维护",
+ sortOrder:'asc',
+ sortName:'pictureLocation',
columns: [{
checkbox: true
},
@@ -63,7 +63,10 @@
},
{
field: 'picturePath',
- title: '图片路径'
+ title: '图片',
+ formatter: function (value, row, index) {
+ return $.table.imageView(value, 324);
+ }
},
{
field: 'pictureLocation',
@@ -77,7 +80,7 @@
align: 'center',
formatter: function(value, row, index) {
var actions = [];
- actions.push('
编辑 ');
+ // actions.push('
编辑 ');
actions.push('
删除');
return actions.join('');
}
diff --git a/ruoyi-system/src/main/resources/templates/system/base_picture_location/edit.html b/ruoyi-system/src/main/resources/templates/system/base_picture_location/edit.html
index c7b209b..45344db 100644
--- a/ruoyi-system/src/main/resources/templates/system/base_picture_location/edit.html
+++ b/ruoyi-system/src/main/resources/templates/system/base_picture_location/edit.html
@@ -9,8 +9,19 @@