From 2c70ccab9f657d90e3f43946e33f2e7e5b1df137 Mon Sep 17 00:00:00 2001
From: wangxy <1356089412@qq.com>
Date: Mon, 19 Aug 2024 09:47:50 +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
---
.../resources/templates/system/property/property/property.html | 2 +-
.../templates/system/property/propertychange/list/property.html | 2 +-
.../system/property/propertydestory/list/property.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/templates/system/property/property/property.html b/ruoyi-admin/src/main/resources/templates/system/property/property/property.html
index 4ed72621..ab290f38 100644
--- a/ruoyi-admin/src/main/resources/templates/system/property/property/property.html
+++ b/ruoyi-admin/src/main/resources/templates/system/property/property/property.html
@@ -120,7 +120,7 @@
align: 'center',
formatter: function(value, row, index) {
var actions = [];
- actions.push('列表 ');
+ 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 361fba3e..477135a9 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('');
}
}]
diff --git a/ruoyi-admin/src/main/resources/templates/system/property/propertydestory/list/property.html b/ruoyi-admin/src/main/resources/templates/system/property/propertydestory/list/property.html
index 890e98ab..622d0c1c 100644
--- a/ruoyi-admin/src/main/resources/templates/system/property/propertydestory/list/property.html
+++ b/ruoyi-admin/src/main/resources/templates/system/property/propertydestory/list/property.html
@@ -105,7 +105,7 @@
align: 'center',
formatter: function(value, row, index) {
var actions = [];
- actions.push('销毁 ');
+ actions.push('密品销毁 ');
return actions.join('');
}
}]