diff --git a/ruoyi-admin/src/main/resources/templates/system/place/place.html b/ruoyi-admin/src/main/resources/templates/system/place/place.html index bddb546..aba2c52 100644 --- a/ruoyi-admin/src/main/resources/templates/system/place/place.html +++ b/ruoyi-admin/src/main/resources/templates/system/place/place.html @@ -85,7 +85,11 @@ formatter: function(value, row, index) { var actions = []; actions.push('详细 '); - actions.push('编辑 '); + if (row.state == 1){ + actions.push('编辑 '); + }else{ + actions.push('编辑 '); + } actions.push('删除'); return actions.join(''); } diff --git a/ruoyi-admin/src/main/resources/templates/system/placeChange/detail.html b/ruoyi-admin/src/main/resources/templates/system/placeChange/detail.html new file mode 100644 index 0000000..5f26d00 --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/system/placeChange/detail.html @@ -0,0 +1,119 @@ + + +
+