[update] 修改内部工作组,企标级别映射,友情链接管理bug

This commit is contained in:
lideqin
2023-09-18 15:53:17 +08:00
parent e9c563383f
commit bae308459b
8 changed files with 170 additions and 142 deletions
+2 -1
View File
@@ -74,6 +74,7 @@ module.exports = {
linkName: 'Link Name',
link: 'Link',
isShelf: 'Shelf Or Not',
sort: 'Sort'
sort: 'Sort',
shelfWarn: 'the link is empty please fill in the link first'
}
}
+2 -1
View File
@@ -77,6 +77,7 @@ module.exports = {
linkName: '链接名称',
link: '链接',
isShelf: '是否上架',
sort: '排序'
sort: '排序',
shelfWarn: '链接为空,请先填写链接'
}
}