fix(性能测试): 增加对资源文件数量限制的提示

--bug=1024461 --user=李玉号
【性能测试】github#22688,场景保存提示【文件个数超出限制】-无法保存场景
https://www.tapd.cn/55049933/s/1350567

Closes #22688
This commit is contained in:
shiziyuan9527 2023-03-15 15:39:19 +08:00 committed by lyh
parent 56d02ee627
commit a295a39ecb
4 changed files with 6 additions and 1 deletions

View File

@ -73,7 +73,9 @@
<ms-table-button icon="el-icon-circle-plus-outline"
:disabled="isReadOnly"
:content="$t('load_test.load_exist_file')" @click="loadFile()"/>
:content="$t('load_test.load_exist_file')"
@click="loadFile()"/>
<span style="margin-left: 15px;">{{$t('performance_test.basic_config_file_limit_tip')}}</span>
</el-row>
<el-table class="basic-config" :data="tableData">
<el-table-column

View File

@ -10,6 +10,7 @@ const message = {
},
max_current_threads_tips: 'Exceeded the maximum concurrent number of this node {0}',
sync_scenario_no_permission_tips: 'No permission to create the scenario cannot perform synchronization',
basic_config_file_limit_tip: 'Note: The maximum number of resource files is limited to 10'
}
}
export default {

View File

@ -10,6 +10,7 @@ const message = {
},
max_current_threads_tips: '超出此节点{0}最大并发数',
sync_scenario_no_permission_tips: '没有创建接口的权限无法执行同步',
basic_config_file_limit_tip: '注资源文件数最大限制为10个'
}
}

View File

@ -10,6 +10,7 @@ const message = {
},
max_current_threads_tips: '超出此節點{0}最大並發數',
sync_scenario_no_permission_tips: '沒有创建接口的權限無法執行同步',
basic_config_file_limit_tip: '注資源文件數最大限制為10個'
}
}