From 364535b8bc3e6c58439eeb9eb6875ed030c80795 Mon Sep 17 00:00:00 2001 From: wenyann Date: Wed, 9 Jun 2021 18:49:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E7=9A=84=E5=BC=95=E5=AF=BC=EF=BC=8C=E5=BD=93?= =?UTF-8?q?=E5=A4=8D=E9=80=89=E6=A1=86=E3=80=81=E6=88=96=E5=85=A8=E9=80=89?= =?UTF-8?q?=E6=97=B6=20=E6=98=BE=E7=A4=BAtips=20=EF=BC=88=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E5=88=97=E8=A1=A8=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/track/case/components/ShowMoreBtn.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/src/business/components/track/case/components/ShowMoreBtn.vue b/frontend/src/business/components/track/case/components/ShowMoreBtn.vue index 41e2d0a23e..901585e250 100644 --- a/frontend/src/business/components/track/case/components/ShowMoreBtn.vue +++ b/frontend/src/business/components/track/case/components/ShowMoreBtn.vue @@ -2,7 +2,10 @@
- + + + +
{{$t('test_track.case.batch_handle', [size])}}
@@ -19,6 +22,11 @@ export default { name: "ShowMoreBtn", + data() { + return { + disabled: false + }; + }, props: { isShow: { type: Boolean,