refactor(接口测试): 场景编辑调试后点击调试历史总数显示为0/只显示最新的5条调试记录/设置每页显示条数无效果

--bug=1012850 --user=王孝刚
【UI测试】场景编辑-调试后点击调试历史-总数显示为0/只显示最新的5条调试记录/设置每页显示条数无效果
https://www.tapd.cn/55049933/s/1150853
This commit is contained in:
wxg0103 2022-04-28 14:22:25 +08:00 committed by 刘瑞斌
parent 977db65f58
commit aa67db6eb3
4 changed files with 6 additions and 1 deletions

View File

@ -132,8 +132,10 @@
</div> </div>
</div> </div>
<div class="report-bottom"> <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/> small/>
<span v-else> {{ $t('commons.task_center_remark') }}</span>
</div> </div>
</el-card> </el-card>

View File

@ -74,6 +74,7 @@ export default {
actuator: 'Actuator', actuator: 'Actuator',
confirm_info: 'Not saved, are you sure to close?', confirm_info: 'Not saved, are you sure to close?',
prompt: 'Prompt', prompt: 'Prompt',
task_center_remark: 'The debugging history only shows the last five pieces of data',
operating: 'Operating', operating: 'Operating',
input_limit: 'Within {0} and {1} characters', input_limit: 'Within {0} and {1} characters',
login: 'Sign In', login: 'Sign In',

View File

@ -73,6 +73,7 @@ export default {
confirm_info: '未保存,是否确认关闭?', confirm_info: '未保存,是否确认关闭?',
track: '用例', track: '用例',
actuator: '执行器', actuator: '执行器',
task_center_remark: '调试历史只展示最近的五条数据',
from: '由', from: '由',
prompt: '提示', prompt: '提示',
operating: '操作', operating: '操作',

View File

@ -73,6 +73,7 @@ export default {
confirm_info: '未保存,是否確認關閉?', confirm_info: '未保存,是否確認關閉?',
track: '用例', track: '用例',
actuator: '執行器', actuator: '執行器',
task_center_remark: '調試歷史只展示最近的五條數據',
from: '由', from: '由',
prompt: '提示', prompt: '提示',
operating: '操作', operating: '操作',