Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
fbfade52
Commit
fbfade52
authored
3 years ago
by
wenyann
Committed by
fit2-zhao
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix:【测试计划】测试用例,高级搜索,按类型筛选报错
parent
0fe81b4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/business/components/common/components/search/search-components.js
+1
-1
.../components/common/components/search/search-components.js
with
1 addition
and
1 deletion
+1
-1
frontend/src/business/components/common/components/search/search-components.js
+
1
-
1
View file @
fbfade52
...
...
@@ -469,7 +469,7 @@ export const PROJECT_CONFIGS = [NAME, UPDATE_TIME, CREATE_TIME, CREATOR];
export
const
REPORT_CONFIGS
=
[
NAME
,
TEST_NAME
,
CREATE_TIME
,
STATUS
,
CREATOR
,
TRIGGER_MODE
];
export
const
TEST_CASE_CONFIGS
=
[
NAME
,
API_TAGS
,
MODULE
,
PRIORITY
,
CREATE_TIME
,
TYPE
,
UPDATE_TIME
,
METHOD
,
CREATOR
,
EXECUTOR
,
CASE_REVIEW_STATUS
];
export
const
TEST_CASE_CONFIGS
=
[
NAME
,
API_TAGS
,
MODULE
,
PRIORITY
,
CREATE_TIME
,
UPDATE_TIME
,
CREATOR
,
EXECUTOR
,
CASE_REVIEW_STATUS
];
export
const
TEST_PLAN_CONFIGS
=
[
NAME
,
UPDATE_TIME
,
CREATE_TIME
,
PRINCIPAL
,
TEST_PLAN_STATUS
,
STAGE
];
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment