fix(测试跟踪): 功能用例回收站文案修改

--bug=1023269 --user=宋昌昌 【测试跟踪】功能用例-回收站-文案错误汇总 https://www.tapd.cn/55049933/s/1337139
This commit is contained in:
song-cc-rock 2023-02-17 17:37:09 +08:00 committed by jianxing
parent 12fc208bd6
commit 8cc1080453
10 changed files with 31 additions and 16 deletions

View File

@ -110,7 +110,7 @@ export default {
<style scoped>
.text-btn {
width: 28px;
width: auto;
height: 22px;
font-family: 'PingFang SC';
font-style: normal;
@ -123,7 +123,7 @@ export default {
order: 1;
flex-grow: 0;
padding: 0;
margin: 0 16px 0 0;
margin: 0 10px 0 0;
}
.active {

View File

@ -1,5 +1,5 @@
<template>
<span>
<span class="operator-btn-group">
<ms-table-operator-button v-for="(btn, index) in buttons" :key="index"
v-permission="btn.permissions"
:disabled="isDisable(btn)"

View File

@ -227,7 +227,7 @@ export default {
operatorWidth: {
type: String,
default() {
return "130px";
return "150px";
}
},
//

View File

@ -80,6 +80,7 @@ const message = {
save_as: 'Save as',
update: 'Update',
save_success: 'Saved successfully',
recover_success: 'Recover successfully',
warning_module_add: "Tree modules are up to 8 levels deep",
send_success: 'Send successfully',
delete_success: 'Deleted successfully',
@ -157,6 +158,7 @@ const message = {
remark: 'Remark',
delete: 'Delete',
reduction: 'Reduction',
recover: 'Recover',
not_filled: 'Not filled',
please_select: 'Please select',
search_by_name: 'Search by name',

View File

@ -102,9 +102,12 @@ export default {
input_demand_name: "Please input demand id or name",
delete_confirm: "Confirm delete test case",
case_delete_confirm: "Confirm delete case",
case_delete_completely_confirm: "Confirm delete case completely",
delete: "Delete case",
batch_delete_confirm: "Confirm delete {0} case?",
batch_delete_completely_confirm: "Confirm delete {0} case completely?",
batch_delete_tip: "It cannot be recovered after delete, please delete carefully",
batch_delete_soft_tip: "The test case will be put into trash",
save_create_continue: "Save and create continue",
save_add_public: "Save and add public",
please_create_project: "No project available, please create the project first",
@ -141,7 +144,7 @@ export default {
public_warning: 'The public library configuration is not enabled',
generate_dependencies: 'Generate graph',
generate_dependencies_warning: 'For a better experience, it is recommended to check the data below 100',
batch_delete_case: 'Delete completely',
batch_delete_case: 'Delete',
batch_delete_btn: 'Delete',
batch_unlink: 'Batch Unlink',
unlink: 'Unlink',

View File

@ -95,8 +95,11 @@ export default {
input_demand_name: "请输入需求ID或名称",
delete_confirm: "确认删除测试用例",
case_delete_confirm: "是否删除用例",
case_delete_completely_confirm: "是否彻底删除用例",
batch_delete_confirm: "确定删除{0}项用例?",
batch_delete_completely_confirm: "确定彻底删除{0}项用例?",
batch_delete_tip: "删除后将无法恢复, 请谨慎操作。",
batch_delete_soft_tip: "删除的内容将进入回收站",
delete: "删除用例",
save_create_continue: "保存并继续创建",
save_add_public: "保存并添加到公共用例库",
@ -125,7 +128,7 @@ export default {
batch_edit_btn: '编辑',
batch_move_case: '批量移动',
batch_move_btn: '移动到',
batch_delete_case: '底刪除',
batch_delete_case: '底刪除',
batch_delete_btn: '删除',
batch_copy: '批量复制',
batch_copy_btn: '复制到',

View File

@ -95,9 +95,12 @@ export default {
input_demand_name: "請輸入需求ID或名稱",
delete_confirm: "確認刪除測試用例",
case_delete_confirm: "是否刪除用例",
case_delete_completely_confirm: "是否徹底删除用例",
delete: "刪除用例",
batch_delete_confirm: "確定刪除{0}項用例?",
batch_delete_completely_confirm: "確定徹底刪除{0}項用例",
batch_delete_tip: "刪除後將無法恢復, 請謹慎操作。",
batch_delete_soft_tip: "刪除的內容將進入回收站",
save_create_continue: "保存併繼續創建",
save_add_public: "保存併添加到公共用例庫",
please_create_project: "暫無項目,請先創建項目",
@ -125,7 +128,7 @@ export default {
batch_edit_btn: '編輯',
batch_move_case: '批量移動',
batch_move_btn: '移動到',
batch_delete_case: '批量刪除',
batch_delete_case: '徹底刪除',
batch_delete_btn: '刪除',
batch_copy: '批量復制',
batch_copy_btn: '復制到',

View File

@ -79,6 +79,7 @@ const message = {
save_as: '另存为',
update: '更新',
save_success: '保存成功',
recover_success: '恢复成功',
warning_module_add: "模块树深度最大为8层",
send_success: '发送成功',
delete_success: '删除成功',
@ -158,6 +159,7 @@ const message = {
remark: '备注',
delete: '删除',
reduction: '恢复',
recover: '恢复',
not_filled: '未填写',
please_select: '请选择',
search_by_name: '根据名称搜索',

View File

@ -79,6 +79,7 @@ const message = {
save_as: '另存為',
update: '更新',
save_success: '保存成功',
recover_success: '恢復成功',
send_success: '發送成功',
delete_success: '刪除成功',
relate_success: '關聯成功',
@ -158,6 +159,7 @@ const message = {
remark: '備註',
delete: '刪除',
reduction: '恢復',
recover: '恢復',
not_filled: '未填寫',
please_select: '請選擇',
search_by_name: '根據名稱搜索',

View File

@ -25,7 +25,7 @@
<!-- table -->
<ms-table
v-loading="loading"
operator-width="170px"
operator-width="180px"
row-key="id"
:data="page.data"
:condition="condition"
@ -424,7 +424,7 @@ export default {
],
trashButtons: [
{
name: this.$t('commons.reduction'),
name: this.$t('commons.recover'),
handleClick: this.batchReduction,
permissions: ['PROJECT_TRACK_CASE:READ+BATCH_REDUCTION']
}, {
@ -457,7 +457,7 @@ export default {
],
trashOperators: [
{
tip: this.$t('commons.reduction'),
tip: this.$t('commons.recover'),
isTextButton: true,
exec: this.reduction,
permissions: ['PROJECT_TRACK_CASE:READ+RECOVER']
@ -877,7 +877,7 @@ export default {
this.handleEdit(testCase, 'copy');
},
handleDelete(testCase) {
let title = this.$t('test_track.case.case_delete_confirm') + ": " + testCase.name + "?";
let title = this.$t('test_track.case.case_delete_completely_confirm') + ": " + testCase.name + "?";
this.$confirm(this.$t('test_track.case.batch_delete_tip'), title, {
cancelButtonText: this.$t("commons.cancel"),
confirmButtonText: this.$t("commons.delete"),
@ -898,7 +898,7 @@ export default {
.then(() => {
this.$emit('refresh');
this.initTableData();
this.$success(this.$t('commons.save_success'), false);
this.$success(this.$t('commons.recover_success'), false);
});
},
handleDeleteToGc(testCase) {
@ -909,7 +909,7 @@ export default {
this.$refs.apiDeleteConfirm.open(testCase, this.$t('test_track.case.delete_confirm'));
} else {
let title = this.$t('test_track.case.case_delete_confirm') + ": " + testCase.name + "?";
this.$confirm(this.$t('test_track.case.batch_delete_tip'), title, {
this.$confirm(this.$t('test_track.case.batch_delete_soft_tip'), title, {
cancelButtonText: this.$t("commons.cancel"),
confirmButtonText: this.$t("commons.delete"),
customClass: 'custom-confirm-delete',
@ -930,11 +930,11 @@ export default {
this.$emit('refresh');
this.initTableData();
this.clearTableSelect();
this.$success(this.$t('commons.save_success'), false);
this.$success(this.$t('commons.recover_success'), false);
});
},
handleDeleteBatch() {
let title = this.$t('test_track.case.batch_delete_confirm', [this.$refs.table.selectIds.length]);
let title = this.$t('test_track.case.batch_delete_completely_confirm', [this.$refs.table.selectIds.length]);
this.$confirm(this.$t('test_track.case.batch_delete_tip'), title, {
cancelButtonText: this.$t("commons.cancel"),
confirmButtonText: this.$t("commons.delete"),
@ -967,7 +967,7 @@ export default {
},
handleDeleteBatchToGc() {
let title = this.$t('test_track.case.batch_delete_confirm', [this.selectCounts]);
this.$confirm(this.$t('test_track.case.batch_delete_tip'), title, {
this.$confirm(this.$t('test_track.case.batch_delete_soft_tip'), title, {
cancelButtonText: this.$t("commons.cancel"),
confirmButtonText: this.$t("commons.delete"),
customClass: 'custom-confirm-delete',