refactor(接口测试): 场景编辑调试后点击调试历史总数显示为0/只显示最新的5条调试记录/设置每页显示条数无效果
--bug=1012850 --user=王孝刚 【UI测试】场景编辑-调试后点击调试历史-总数显示为0/只显示最新的5条调试记录/设置每页显示条数无效果 https://www.tapd.cn/55049933/s/1150853
This commit is contained in:
parent
977db65f58
commit
aa67db6eb3
|
@ -132,8 +132,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="report-bottom">
|
||||
<ms-table-pagination :change="init" :current-page.sync="currentPage" :page-size.sync="pageSize" :total="total"
|
||||
<ms-table-pagination v-if="showType !== 'SCENARIO' && showType !== 'CASE'" :change="init"
|
||||
:current-page.sync="currentPage" :page-size.sync="pageSize" :total="total"
|
||||
small/>
|
||||
<span v-else> {{ $t('commons.task_center_remark') }}</span>
|
||||
</div>
|
||||
</el-card>
|
||||
|
||||
|
|
|
@ -74,6 +74,7 @@ export default {
|
|||
actuator: 'Actuator',
|
||||
confirm_info: 'Not saved, are you sure to close?',
|
||||
prompt: 'Prompt',
|
||||
task_center_remark: 'The debugging history only shows the last five pieces of data',
|
||||
operating: 'Operating',
|
||||
input_limit: 'Within {0} and {1} characters',
|
||||
login: 'Sign In',
|
||||
|
|
|
@ -73,6 +73,7 @@ export default {
|
|||
confirm_info: '未保存,是否确认关闭?',
|
||||
track: '用例',
|
||||
actuator: '执行器',
|
||||
task_center_remark: '调试历史只展示最近的五条数据',
|
||||
from: '由',
|
||||
prompt: '提示',
|
||||
operating: '操作',
|
||||
|
|
|
@ -73,6 +73,7 @@ export default {
|
|||
confirm_info: '未保存,是否確認關閉?',
|
||||
track: '用例',
|
||||
actuator: '執行器',
|
||||
task_center_remark: '調試歷史只展示最近的五條數據',
|
||||
from: '由',
|
||||
prompt: '提示',
|
||||
operating: '操作',
|
||||
|
|
Loading…
Reference in New Issue