fix 基础模块bug修改,JTable注册为全局组件

This commit is contained in:
赵霄
2024-06-26 15:07:59 +08:00
parent 252a518ef0
commit 022296b667
16 changed files with 487 additions and 325 deletions
+2 -1
View File
@@ -84,7 +84,8 @@ module.exports = {
isShelf: 'Shelf Or Not',
sort: 'Sort',
shelfWarn: 'the link is empty please fill in the link first',
maxLinksReached: '当前上架链接已达上限!'
maxLinksReached: 'The current link listing limit has been reached!',
logo: 'LOGO'
},
// 联络人管理
contact: {
+2 -1
View File
@@ -86,7 +86,8 @@ module.exports = {
isShelf: '是否上架',
sort: '排序',
shelfWarn: '链接为空,请先填写链接',
maxLinksReached: '当前上架链接已达上限!'
maxLinksReached: '当前上架链接已达上限!',
logo: 'LOGO'
},
// 联络人管理
contact: {