refactor: ESB数据结构表格增加复制功能

ESB数据结构表格增加复制功能:复制当前节点下的数据结构
This commit is contained in:
song.tianyang 2021-03-22 11:35:18 +08:00
parent bccc68b841
commit 320ed514cc
3 changed files with 9 additions and 3 deletions

View File

@ -661,7 +661,9 @@ export default {
desc: "Description",
value: "Data",
not_required: "Not required",
}
},
esb_copy_confirm: "Copy this node data struct",
esb_title: "You can use ${name} or ${parent name.child name} to generate xml struct in report template",
},
document: {
order: "Order",

View File

@ -662,7 +662,9 @@ export default {
desc: "描述",
value: "数据",
not_required: "非必填",
}
},
esb_copy_confirm: "确认复制当前节点的数据结构",
esb_title: "可以在报文模板中使用${参数名} 或 ${父节点参数名.子节点参数名}来生成xml数据结构",
},
document: {
order: "排序方式",

View File

@ -661,7 +661,9 @@ export default {
desc: "描述",
value: "數據",
not_required: "非必填",
}
},
esb_copy_confirm: "確認複製當前節點的數據結構",
esb_title: "可以在報文模板中使用${參數名} 或 ${父節點參數名.子節點參數名}來生成xml數據結構",
},
document: {
order: "排序方式",