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 @@ + + + + + + + + + +
+
+ +

变更前

+
+
+
+ +
+ +
[[${tdPlace.placeName}]]
+
+
+
+
+
+
+
+ +
+ +
[[${tdPlace.placeRule}]]
+
+
+
+
+
+
+
+ +
+ +
+
+
+
+

变更后

+
+
+
+ +
+ +
[[${tdPlace.afterName}]]
+
+
+
+
+
+
+
+ +
+ +
[[${tdPlace.afterRule}]]
+
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+ + + + + + diff --git a/ruoyi-admin/src/main/resources/templates/system/placeChange/edit.html b/ruoyi-admin/src/main/resources/templates/system/placeChange/edit.html new file mode 100644 index 0000000..32908ce --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/system/placeChange/edit.html @@ -0,0 +1,59 @@ + + + + + + + + +
+
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+ + + + + + diff --git a/ruoyi-admin/src/main/resources/templates/system/placeChange/placeChange.html b/ruoyi-admin/src/main/resources/templates/system/placeChange/placeChange.html new file mode 100644 index 0000000..3d0e0d1 --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/system/placeChange/placeChange.html @@ -0,0 +1,129 @@ + + + + + + +
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + + +