属性标识管理

This commit is contained in:
Xia Zekun
2024-03-15 14:50:16 +08:00
committed by fengchenchen
parent 1661fdf419
commit edc717779f
5 changed files with 513 additions and 0 deletions
+7
View File
@@ -587,6 +587,13 @@ module.exports = {
downTemplate: 'Click to download template',
noFileMsg: 'Please select a file'
},
// 属性标识管理
attributeIdentification:{
labelName:'Label Name',
firstLabel:'First Label',
secondLabel:'Second Label',
thirdLabel:'Third Label',
},
// 系统管理
system,
// 个人中心
+8
View File
@@ -636,6 +636,14 @@ module.exports = {
primaryNodeName: '名称',
selectedData: '已选数据'
},
// 属性标识管理
attributeIdentification:{
labelName:'标签名称',
firstLabel:'一级标签',
secondLabel:'二级标签',
thirdLabel:'三级标签',
},
// 系统管理
system,
// 个人中心