fix(项目管理): 应用设置文案&样式调整

This commit is contained in:
baiqi 2024-10-29 10:57:50 +08:00 committed by Craftsman
parent fa81f2721f
commit a137e5f581
3 changed files with 11 additions and 11 deletions

View File

@ -7,19 +7,19 @@ export default {
'project.menu.count': 'Count',
'project.menu.WORKSTATION_SYNC_RULE': 'Interface Test Update Synchronization Rule',
'project.menu.TEST_PLAN_CLEAN_REPORT': 'Report Retention Time Range',
'project.menu.TEST_PLAN_CLEAN_REPORT': 'Report Retention Time',
'project.menu.TEST_PLAN_SHARE_REPORT': 'Report Link Validity Period',
'project.menu.UI_CLEAN_REPORT': 'Report Retention Time Range',
'project.menu.UI_CLEAN_REPORT': 'Report Retention Time',
'project.menu.UI_SHARE_REPORT': 'Report Link Validity Period',
'project.menu.UI_RESOURCE_POOL': 'Execution Resource Pool',
'project.menu.UI_RESOURCE_POOL_TIP': 'The current resource pool in use is: {name}; you can switch resource pools',
'project.menu.PERFORMANCE_TEST_CLEAN_REPORT': 'Report Retention Time Range',
'project.menu.PERFORMANCE_TEST_CLEAN_REPORT': 'Report Retention Time',
'project.menu.PERFORMANCE_TEST_SHARE_REPORT': 'Report Link Validity Period',
'project.menu.PERFORMANCE_TEST_SCRIPT_REVIEWER': 'Script Reviewer',
'project.menu.PERFORMANCE_TEST_SCRIPT_REVIEWER_TIP':
'Specify a user to review script steps in interface test cases; you can change the reviewer',
'project.menu.API_URL_REPEATABLE': 'API Definition URL Repeatability',
'project.menu.API_CLEAN_REPORT': 'Report Retention Time Range',
'project.menu.API_CLEAN_REPORT': 'Report Retention Time',
'project.menu.API_SHARE_REPORT': 'Report Link Validity Period',
'project.menu.API_RESOURCE_POOL': 'Execution Resource Pool',
'project.menu.API_RESOURCE_POOL_TIP': 'Execution machine for interface testing',
@ -30,7 +30,7 @@ export default {
'project.menu.API_ERROR_REPORT_RULE_TIP':
'When the interface returns a result that matches the false alert rule, the interface result will be treated as a false alert',
'project.menu.API_SYNC_CASE': 'Change Synchronized CASE',
'project.menu.TASK_CLEAN_REPORT': 'Result Retention Time Range',
'project.menu.TASK_CLEAN_REPORT': 'Result Retention Time',
'project.menu.CASE_PUBLIC': 'Public Test Case Library',
'project.menu.CASE_RE_REVIEW': 'Re-review',

View File

@ -7,18 +7,18 @@ export default {
'project.menu.count': '条',
'project.menu.WORKSTATION_SYNC_RULE': '接口测试待更新同步规则',
'project.menu.TEST_PLAN_CLEAN_REPORT': '报告保留时间范围',
'project.menu.TEST_PLAN_CLEAN_REPORT': '报告保留时间',
'project.menu.TEST_PLAN_SHARE_REPORT': '报告链接有效期',
'project.menu.UI_CLEAN_REPORT': '报告保留时间范围',
'project.menu.UI_CLEAN_REPORT': '报告保留时间',
'project.menu.UI_SHARE_REPORT': '报告链接有效期',
'project.menu.UI_RESOURCE_POOL': '执行资源池',
'project.menu.UI_RESOURCE_POOL_TIP': '当前使用资源池为:{name};可切换资源池',
'project.menu.PERFORMANCE_TEST_CLEAN_REPORT': '报告保留时间范围',
'project.menu.PERFORMANCE_TEST_CLEAN_REPORT': '报告保留时间',
'project.menu.PERFORMANCE_TEST_SHARE_REPORT': '报告链接有效期',
'project.menu.PERFORMANCE_TEST_SCRIPT_REVIEWER': '脚本审核',
'project.menu.PERFORMANCE_TEST_SCRIPT_REVIEWER_TIP': '接口用例中包含脚本步骤需要指定用户审核;可更改审核人',
'project.menu.API_URL_REPEATABLE': '接口定义 URL 可重复 ',
'project.menu.API_CLEAN_REPORT': '报告保留时间范围',
'project.menu.API_CLEAN_REPORT': '报告保留时间',
'project.menu.API_SHARE_REPORT': '报告链接有效期',
'project.menu.API_RESOURCE_POOL': '执行资源池',
'project.menu.API_RESOURCE_POOL_TIP': '接口测试的执行机',
@ -27,7 +27,7 @@ export default {
'project.menu.API_ERROR_REPORT_RULE': '误报规则',
'project.menu.API_ERROR_REPORT_RULE_TIP': '当接口返回结果匹配上误报规则后,会将接口结果处理为误报',
'project.menu.API_SYNC_CASE': '变更同步CASE',
'project.menu.TASK_CLEAN_REPORT': '执行结果保留时间范围',
'project.menu.TASK_CLEAN_REPORT': '执行结果保留时间',
'project.menu.CASE_PUBLIC': '公共用例库',
'project.menu.CASE_RE_REVIEW': '重新提审',

View File

@ -98,7 +98,7 @@
</div>
<div v-if="record.type === 'API_RESOURCE_POOL'" class="flex flex-row items-center">
<!--接口测试 执行资源池 -->
<div class="w-[120px]">
<div class="w-[200px]">
<MsSelect
v-model="allValueMap['API_RESOURCE_POOL_ID']"
label-key="name"