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 4ed7262..ab290f3 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 361fba3..477135a 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 890e98a..622d0c1 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(''); } }]