属性标识管理
This commit is contained in:
@@ -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,
|
||||
// 个人中心
|
||||
|
||||
@@ -636,6 +636,14 @@ module.exports = {
|
||||
primaryNodeName: '名称',
|
||||
selectedData: '已选数据'
|
||||
},
|
||||
// 属性标识管理
|
||||
attributeIdentification:{
|
||||
labelName:'标签名称',
|
||||
firstLabel:'一级标签',
|
||||
secondLabel:'二级标签',
|
||||
thirdLabel:'三级标签',
|
||||
},
|
||||
|
||||
// 系统管理
|
||||
system,
|
||||
// 个人中心
|
||||
|
||||
Reference in New Issue
Block a user