提交 0769cea2 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

fix i118 issues

上级 3af4aaf8
......@@ -9,9 +9,9 @@
type="button"
/>
<Button v-if="reportRef.testType != 'unit'" @click="exec('fail')" class="space-left state primary">
{{t("re_exec_failed") }}
{{t('re_exec_failed') }}
</Button>
<Button v-else @click="exec('')" class="space-left state primary">{{t("re_exec_unit") }}
<Button v-else @click="exec('')" class="space-left state primary">{{t('re_exec_unit') }}
</Button>
<Button
......@@ -56,7 +56,7 @@
<Row>
<Col :span="3" class="t-bord t-label-right">{{t("exec_type")}}
</Col>
<Col :span="5">{{ te(execBy(reportRef)) ? t(execBy(reportRef)) : execBy(reportRef) }}</Col>
<Col :span="5">{{ execBy(reportRef) && te(execBy(reportRef)) ? t(execBy(reportRef)) : execBy(reportRef) }}</Col>
<Col :span="3" class="t-bord t-label-right">{{t("duration")}}
</Col>
......
......@@ -23,6 +23,7 @@ export default {
'result': 'Result',
'test_result': 'Test Result',
'test_result_detail': 'Result Detail',
'view_test_result': 'View Test Result',
'opt': 'opt',
'title': 'Title',
'category': 'Category',
......@@ -150,8 +151,12 @@ export default {
'create_success': 'Create successfully.',
'create_fail': 'Create failed.',
'skip': 'Skip',
'batch': 'Batch',
'batch_select': 'Batch Select',
'expand_all': 'Expand',
'collapse_all': 'Collapse',
'collapse': 'Collapse',
'collapse_all': 'Collapse All',
'expand_up': 'Expand Up',
'more_actions': 'More Actions',
'show_checkbox': 'Show Checkbox',
......@@ -177,13 +182,18 @@ export default {
'by_case': 'By Case',
'checkout_case': 'Checkout Cases',
'checkin_case': 'Checkin Cases',
'exec_all': 'Exec All',
'exec_previous': 'Exec Previous',
'exec_selected': 'Exec Selected',
'exec_opened': 'Exec Opened',
'script_file_not_exist': 'No script file for this case, you may Checkout Zentao TestCase to create.',
'exec_log': 'Execution Log',
'show_result_log': 'Show Result Logs',
'show_exec_log': 'Show Exec Logs',
'show_detail_log': 'Show Detail Logs',
'all_result': 'All',
'previous_result': 'Previous Result',
'pass_result': 'Pass',
'fail_result': 'Fail',
......
......@@ -159,6 +159,7 @@ export default {
'create_success': '创建成功',
'create_fail': '创建失败',
'skip': '跳过',
'batch': '批量',
'batch_select': '批量选择',
'expand_all': '展开',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册