style(接口自动化): 部分样式和提示语优化

This commit is contained in:
fit2-zhao 2021-08-06 09:40:12 +08:00 committed by fit2-zhao
parent 1135a89589
commit df95409edc
4 changed files with 13 additions and 13 deletions

View File

@ -403,11 +403,6 @@ export default {
},
],
unTrashButtons: [
{
name: this.$t('api_test.automation.batch_add_plan'),
handleClick: this.handleBatchAddCase,
permissions: ['PROJECT_API_SCENARIO:READ+MOVE_BATCH']
},
{
name: this.$t('api_test.automation.batch_execute'),
handleClick: this.handleBatchExecute,
@ -418,11 +413,6 @@ export default {
handleClick: this.handleBatchEdit,
permissions: ['PROJECT_API_SCENARIO:READ+EDIT']
},
{
name: this.$t('api_test.create_performance_test_batch'),
handleClick: this.batchCreatePerformance,
permissions: ['PROJECT_API_SCENARIO:READ+CREATE_PERFORMANCE_BATCH']
},
{
name: this.$t('api_test.batch_copy'),
handleClick: this.batchCopy,
@ -438,6 +428,16 @@ export default {
handleClick: this.handleDeleteBatch,
permissions: ['PROJECT_API_SCENARIO:READ+DELETE']
},
{
name: this.$t('api_test.automation.batch_add_plan'),
handleClick: this.handleBatchAddCase,
permissions: ['PROJECT_API_SCENARIO:READ+MOVE_BATCH']
},
{
name: this.$t('api_test.create_performance_test_batch'),
handleClick: this.batchCreatePerformance,
permissions: ['PROJECT_API_SCENARIO:READ+CREATE_PERFORMANCE_BATCH']
},
],
...API_SCENARIO_FILTERS,
typeArr: [

View File

@ -1191,7 +1191,7 @@ export default {
postman_export_tip: "Export the test collection by Postman",
swagger_export_tip: "Export jSON-formatted files via Swagger website",
jmeter_export_tip: "Generating JMX file through JMeter",
jmeter_tip: "JMX files supporting JMeter 5.2",
jmeter_tip: "JMX files supporting JMeter 5.2-5.4",
suffixFormatErr: "The file format does not meet the requirements",
swagger_url_import: "Import using URL",
timing_synchronization: "Timing synchronization",

View File

@ -1195,7 +1195,7 @@ export default {
post_export_tip: "通过 Postman 导出测试集合",
swagger_export_tip: "通过 Swagger 页面导出",
jmeter_export_tip: "通过 JMeter 生成JMX文件",
jmeter_tip: "支持 JMeter 5.2版本的JMX 文件",
jmeter_tip: "支持 JMeter5.2-5.4版本的JMX文件",
suffixFormatErr: "文件格式不符合要求",
swagger_url_import: "使用URL导入",
timing_synchronization: "定时同步",

View File

@ -1196,7 +1196,7 @@ export default {
post_export_tip: "通過 Postman 導出測試集合",
swagger_export_tip: "通過 Swagger 頁面導出",
jmeter_export_tip: "通過 JMeter 生成JMX文件",
jmeter_tip: "支持 JMeter 5.2版本的JMX 文件",
jmeter_tip: "支持 JMeter5.2-5.4版本的JMX文件",
suffixFormatErr: "文件格式不符合要求",
swagger_url_import: "使用URL導入",
timing_synchronization: "定時同步",