fix: 知识库,builtIn=1的也支持切换status,依然不支持编辑

This commit is contained in:
hyx
2023-06-14 10:36:36 +08:00
parent 63132e682e
commit ace183c86a
2 changed files with 0 additions and 2 deletions

View File

@@ -77,7 +77,6 @@
inactive-color="#C0CEDB"
:active-value="1"
:inactive-value="0"
:disabled="scope.row.isBuiltIn === 1"
@change="changeStatus($event,scope.row.knowledgeId)"
>
</el-switch>

View File

@@ -28,7 +28,6 @@
inactive-color="#C0CEDB"
:active-value="1"
:inactive-value="0"
:disabled="data.isBuiltIn === 1"
@change="changeStatus($event,data.knowledgeId)"
>
</el-switch>