parent
2851de5f4b
commit
23408e76d3
|
@ -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;
|
||||
}
|
|
@ -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"
|
||||
|
|
|
@ -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: "文本"
|
||||
|
|
|
@ -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: "文本"
|
||||
|
|
Loading…
Reference in New Issue