diff --git a/ruoyi-admin/src/main/resources/templates/system/property/propertychange/change.html b/ruoyi-admin/src/main/resources/templates/system/property/propertychange/change.html
index b3ed723..f0c8c97 100644
--- a/ruoyi-admin/src/main/resources/templates/system/property/propertychange/change.html
+++ b/ruoyi-admin/src/main/resources/templates/system/property/propertychange/change.html
@@ -48,15 +48,21 @@
+
diff --git a/ruoyi-admin/src/main/resources/templates/system/property/propertychange/changeproperty.html b/ruoyi-admin/src/main/resources/templates/system/property/propertychange/changeproperty.html
index ebd79da..08fff1a 100644
--- a/ruoyi-admin/src/main/resources/templates/system/property/propertychange/changeproperty.html
+++ b/ruoyi-admin/src/main/resources/templates/system/property/propertychange/changeproperty.html
@@ -94,10 +94,10 @@
formatter: function(value, row, index) {
var actions = [];
if (row.destoryState===null){
- actions.push('变更 ');
+ actions.push('维修 ');
actions.push('报废');
}else{
- actions.push('变更 ');
+ actions.push('维修 ');
actions.push('报废');
}
return actions.join('');
diff --git a/ruoyi-admin/src/main/resources/templates/system/property/propertychange/list/property.html b/ruoyi-admin/src/main/resources/templates/system/property/propertychange/list/property.html
index 477135a..570c94a 100644
--- a/ruoyi-admin/src/main/resources/templates/system/property/propertychange/list/property.html
+++ b/ruoyi-admin/src/main/resources/templates/system/property/propertychange/list/property.html
@@ -105,7 +105,7 @@
align: 'center',
formatter: function(value, row, index) {
var actions = [];
- actions.push('密品变更 ');
+ actions.push('密品维修 ');
return actions.join('');
}
}]