diff --git a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanTestCaseMapper.xml b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanTestCaseMapper.xml
index 1991d37ffd..bee927c746 100644
--- a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanTestCaseMapper.xml
+++ b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanTestCaseMapper.xml
@@ -235,6 +235,9 @@
test_case.num ${order.type}, test_case.custom_num ${order.type}
+
+ test_case.priority ${order.type}
+
test_plan_test_case.${order.name} ${order.type}
diff --git a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestReviewCaseMapper.xml b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestReviewCaseMapper.xml
index c44a160770..c5b5e47af5 100644
--- a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestReviewCaseMapper.xml
+++ b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestReviewCaseMapper.xml
@@ -185,6 +185,9 @@
test_case.num ${order.type}, test_case.custom_num ${order.type}
+
+ test_case.priority ${order.type}
+
test_case_review_test_case.${order.name} ${order.type}
diff --git a/frontend/src/business/components/track/case/components/TestCaseList.vue b/frontend/src/business/components/track/case/components/TestCaseList.vue
index 570bc89dc5..366b6f60ba 100644
--- a/frontend/src/business/components/track/case/components/TestCaseList.vue
+++ b/frontend/src/business/components/track/case/components/TestCaseList.vue
@@ -41,7 +41,7 @@
sortable="custom"
:label="$t('commons.id')"
:key="index"
- width="80"
+ min-width="80"
show-overflow-tooltip>
@@ -117,7 +117,7 @@
-
+
diff --git a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue
index 540cfe4567..43f76b7826 100644
--- a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue
+++ b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue
@@ -74,7 +74,8 @@
prop="priority"
:filters="priorityFilters"
column-key="priority"
- min-width="100px"
+ sortable="custom"
+ min-width="120px"
:key="index"
:label="$t('test_track.case.priority')">
diff --git a/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue b/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue
index 0bd8e61b50..19e6eaca5d 100644
--- a/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue
+++ b/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue
@@ -68,7 +68,8 @@
prop="priority"
:filters="priorityFilters"
column-key="priority"
- min-width="100"
+ sortable="custom"
+ min-width="120px"
:label="$t('test_track.case.priority')"
:key="index">