diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index a043b7605..a17d8af46 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1950,4 +1950,5 @@ module.exports = { lock:'lock', datacannotbeedited:'This data cannot be edited', Rematchornot:'Rematch or not', + Modifyremarks:'Modify remarks', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 445fa392b..311cc252b 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -3906,4 +3906,5 @@ module.exports = { lock:'锁定', datacannotbeedited:'该数据不能进行编辑', Rematchornot:'是否重新匹配', + Modifyremarks:'修改备注', } \ No newline at end of file diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue index 6601d23cf..f68cf91fe 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue @@ -103,61 +103,55 @@