From 3521ff0a3ac158516393af5892aae28683940f0f Mon Sep 17 00:00:00 2001 From: teukkk Date: Fri, 9 Aug 2024 10:29:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E9=A2=84=E8=A7=88-=E8=AF=B7=E6=B1=82=E4=BD=93=E6=B2=A1?= =?UTF-8?q?=E7=BC=96=E7=A0=81=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/management/api/preview/detail.vue | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/frontend/src/views/api-test/management/components/management/api/preview/detail.vue b/frontend/src/views/api-test/management/components/management/api/preview/detail.vue index 6744e44806..4c5e187d07 100644 --- a/frontend/src/views/api-test/management/components/management/api/preview/detail.vue +++ b/frontend/src/views/api-test/management/components/management/api/preview/detail.vue @@ -713,17 +713,6 @@ }, width: 110, }, - { - title: 'apiTestDebug.encode', - dataIndex: 'encode', - slotName: 'encode', - inputType: 'text', - showInTable: false, - valueFormat: (record) => { - return record.encode ? t('common.yes') : t('common.no'); - }, - width: 68, - }, { title: 'common.desc', dataIndex: 'description',