fix(误报库): 误报库维护页面增加批量全选功能操作

误报库维护页面增加批量全选功能操作
This commit is contained in:
song-tianyang 2022-01-18 12:25:33 +08:00 committed by song-tianyang
parent 2851de5f4b
commit 23408e76d3
4 changed files with 27 additions and 3 deletions

View File

@ -0,0 +1,18 @@
package io.metersphere.dto;
import io.metersphere.controller.request.OrderRequest;
import lombok.Getter;
import lombok.Setter;
import java.util.List;
import java.util.Map;
@Getter
@Setter
public class BaseConditionDTO {
private Map<String, String> filters;
private List<OrderRequest> orders;
private String projectId;
private boolean selectAll;
private List<String> unSelectIds;
}

View File

@ -2954,10 +2954,12 @@ export default {
use_desc: "In case of conflict between error code and error assertions, it is treated as error code",
option: {
name: "Err code",
error_code: "Err code",
error_code: "Name",
match_type: "Match",
status: "Status",
is_open: "Is open",
create: "Create",
match_rule: "Rule",
},
match_type: {
text: "TXT"

View File

@ -2958,10 +2958,12 @@ export default {
use_desc: "失败断言与误报规则冲突时统一处理为误报",
option: {
name: "误报",
error_code: "错误码",
error_code: "误报名称",
match_type: "匹配类型",
status: "状态",
is_open: "启用状态",
create: "创建误报",
match_rule: "匹配规则",
},
match_type: {
text: "文本"

View File

@ -2957,10 +2957,12 @@ export default {
use_desc: "失敗斷言與誤報規則衝突時統一處理為誤報",
option: {
name: "誤報",
error_code: "錯誤碼",
error_code: "誤報名稱",
match_type: "匹配類型",
status: "狀態",
is_open: "啟用狀態",
create: "創建誤報",
match_rule: "匹配規則",
},
match_type: {
text: "文本"