From 8b8b95631a60165ff03add03bdc7e989ef53f19d Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Tue, 22 Jun 2021 13:43:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=B7=BB=E5=8A=A0=E8=BF=87=E6=BB=A4=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/track/case/components/TestCaseList.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/business/components/track/case/components/TestCaseList.vue b/frontend/src/business/components/track/case/components/TestCaseList.vue index 45d5006d28..70fc62b094 100644 --- a/frontend/src/business/components/track/case/components/TestCaseList.vue +++ b/frontend/src/business/components/track/case/components/TestCaseList.vue @@ -29,6 +29,7 @@ :field="item" :fields-width="fieldsWidth" prop="num" + sortable :label="$t('commons.id')" min-width="80"/> @@ -36,11 +37,13 @@ v-if="item.id === 'num' && customNum" :fields-width="fieldsWidth" prop="customNum" + sortable :label="$t('commons.id')" min-width="80"/>