From ad9443c7e1a81acdac3eaad1b92885b3c7c7380c Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Mon, 19 Aug 2024 15:28:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=A3=80=E6=9F=A5=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/property/propertychange/change.html | 14 ++++++++++---- .../property/propertychange/changeproperty.html | 4 ++-- .../property/propertychange/list/property.html | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) 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(''); } }]