From ace183c86a582317940252accfc523d2d6b528c6 Mon Sep 17 00:00:00 2001 From: hyx Date: Wed, 14 Jun 2023 10:36:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9F=A5=E8=AF=86=E5=BA=93=EF=BC=8Cbuil?= =?UTF-8?q?tIn=3D1=E7=9A=84=E4=B9=9F=E6=94=AF=E6=8C=81=E5=88=87=E6=8D=A2st?= =?UTF-8?q?atus=EF=BC=8C=E4=BE=9D=E7=84=B6=E4=B8=8D=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/table/setting/KnowledgeBaseTableForRow.vue | 1 - src/components/table/setting/knowledgeBaseTableForCard.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/src/components/table/setting/KnowledgeBaseTableForRow.vue b/src/components/table/setting/KnowledgeBaseTableForRow.vue index 2eacf52e..f1b09974 100644 --- a/src/components/table/setting/KnowledgeBaseTableForRow.vue +++ b/src/components/table/setting/KnowledgeBaseTableForRow.vue @@ -77,7 +77,6 @@ inactive-color="#C0CEDB" :active-value="1" :inactive-value="0" - :disabled="scope.row.isBuiltIn === 1" @change="changeStatus($event,scope.row.knowledgeId)" > diff --git a/src/components/table/setting/knowledgeBaseTableForCard.vue b/src/components/table/setting/knowledgeBaseTableForCard.vue index bde39b1e..73ac338a 100644 --- a/src/components/table/setting/knowledgeBaseTableForCard.vue +++ b/src/components/table/setting/knowledgeBaseTableForCard.vue @@ -28,7 +28,6 @@ inactive-color="#C0CEDB" :active-value="1" :inactive-value="0" - :disabled="data.isBuiltIn === 1" @change="changeStatus($event,data.knowledgeId)" >