fix: Model editing prohibits modifying model types (#1944)

v3.2
shaohuzhang1 2024-12-30 13:43:04 +08:00 committed by GitHub
parent 694b3cd9c2
commit 4bff2b4f38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@
<span>模型类型</span>
</template>
<el-select
disabled
v-loading="model_type_loading"
@change="list_base_model($event, true)"
v-model="base_form_data.model_type"