mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
perf: 优化向量模型展示
This commit is contained in:
parent
c4d7e9588a
commit
76dac79b2e
|
|
@ -53,6 +53,7 @@
|
|||
class="model-icon mr-8"
|
||||
></span>
|
||||
<span>{{ item.name }}</span>
|
||||
<el-tag v-if="item.permission_type === 'PUBLIC'" type="info" class="info-tag">公用</el-tag>
|
||||
</div>
|
||||
<el-icon class="check-icon" v-if="item.id === form.embedding_mode_id"
|
||||
><Check
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
</template>
|
||||
<script setup lang="ts">
|
||||
import { cloneDeep } from 'lodash'
|
||||
import { defineProps, ref, computed } from 'vue'
|
||||
import { ref, computed } from 'vue'
|
||||
import EditParagraphDialog from './EditParagraphDialog.vue'
|
||||
import { MsgConfirm } from '@/utils/message'
|
||||
const page_size = ref<number>(20)
|
||||
|
|
|
|||
Loading…
Reference in New Issue