refactor(测试跟踪): 脑图缺陷国际化
--bug=1018890 --user=陈建星 【测试跟踪】github#18840,英文语言下脑图文案出现中文 https://www.tapd.cn/55049933/s/1283809
This commit is contained in:
parent
abbf2f0e16
commit
5ce08e6fa0
|
@ -573,7 +573,7 @@ export function addIssueHotBox(vueObj) {
|
||||||
let main = hotbox.state('main');
|
let main = hotbox.state('main');
|
||||||
main.button({
|
main.button({
|
||||||
position: 'ring',
|
position: 'ring',
|
||||||
label: '关联缺陷',
|
label: i18n.t('test_track.case.relate_issue'),
|
||||||
key: 'N',
|
key: 'N',
|
||||||
action: function () {
|
action: function () {
|
||||||
if (getSelectedNodeData().id.length < 15) {
|
if (getSelectedNodeData().id.length < 15) {
|
||||||
|
@ -591,7 +591,7 @@ export function addIssueHotBox(vueObj) {
|
||||||
|
|
||||||
main.button({
|
main.button({
|
||||||
position: 'ring',
|
position: 'ring',
|
||||||
label: '添加缺陷',
|
label: i18n.t('test_track.issue.add_issue'),
|
||||||
key: 'M',
|
key: 'M',
|
||||||
action: function () {
|
action: function () {
|
||||||
if (getSelectedNodeData().id.length < 15) {
|
if (getSelectedNodeData().id.length < 15) {
|
||||||
|
|
Loading…
Reference in New Issue