修复标题bug
This commit is contained in:
parent
c082e68290
commit
b3724c0fe2
|
@ -2,7 +2,7 @@
|
||||||
<el-table :data="assertions" :row-style="getRowStyle" :header-cell-style="getRowStyle">
|
<el-table :data="assertions" :row-style="getRowStyle" :header-cell-style="getRowStyle">
|
||||||
<el-table-column prop="name" :label="$t('api_report.assertions_name')" width="300">
|
<el-table-column prop="name" :label="$t('api_report.assertions_name')" width="300">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="message" :label="$t('api_report.assertions_message')">
|
<el-table-column prop="message" :label="$t('api_report.assertions_error_message')">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="pass" :label="$t('api_report.assertions_is_success')" width="180">
|
<el-table-column prop="pass" :label="$t('api_report.assertions_is_success')" width="180">
|
||||||
<template v-slot:default="{row}">
|
<template v-slot:default="{row}">
|
||||||
|
|
|
@ -316,7 +316,7 @@ export default {
|
||||||
assertions: "Assertions",
|
assertions: "Assertions",
|
||||||
assertions_pass: "Passed Assertions",
|
assertions_pass: "Passed Assertions",
|
||||||
assertions_name: "Assertion Name",
|
assertions_name: "Assertion Name",
|
||||||
assertions_message: "Assertion Message",
|
assertions_error_message: "Error Message",
|
||||||
assertions_is_success: "Fail/Success",
|
assertions_is_success: "Fail/Success",
|
||||||
result: "Result",
|
result: "Result",
|
||||||
success: "Success",
|
success: "Success",
|
||||||
|
|
|
@ -316,7 +316,7 @@ export default {
|
||||||
assertions: "断言",
|
assertions: "断言",
|
||||||
assertions_pass: "成功断言",
|
assertions_pass: "成功断言",
|
||||||
assertions_name: "断言名称",
|
assertions_name: "断言名称",
|
||||||
assertions_message: "断言信息",
|
assertions_error_message: "错误信息",
|
||||||
assertions_is_success: "是否成功",
|
assertions_is_success: "是否成功",
|
||||||
result: "结果",
|
result: "结果",
|
||||||
success: "成功",
|
success: "成功",
|
||||||
|
|
|
@ -316,7 +316,7 @@ export default {
|
||||||
assertions: "斷言",
|
assertions: "斷言",
|
||||||
assertions_pass: "成功斷言",
|
assertions_pass: "成功斷言",
|
||||||
assertions_name: "斷言名稱",
|
assertions_name: "斷言名稱",
|
||||||
assertions_message: "斷言資訊",
|
assertions_error_message: "錯誤資訊",
|
||||||
assertions_is_success: "是否成功",
|
assertions_is_success: "是否成功",
|
||||||
result: "結果",
|
result: "結果",
|
||||||
success: "成功",
|
success: "成功",
|
||||||
|
|
Loading…
Reference in New Issue