mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
fix: 数据集关联应用图表
This commit is contained in:
parent
16439d663a
commit
778048e113
|
|
@ -29,6 +29,16 @@
|
|||
<el-row justify="space-between" style="width: 100%">
|
||||
<el-col :span="11" v-for="(item, index) in application_list" :key="index" class="mb-16">
|
||||
<CardCheckbox value-field="id" :data="item" v-model="form.application_id_list">
|
||||
<template #icon>
|
||||
<AppAvatar
|
||||
v-if="item.name"
|
||||
:name="item.name"
|
||||
pinyinColor
|
||||
class="mr-12"
|
||||
shape="square"
|
||||
:size="32"
|
||||
/>
|
||||
</template>
|
||||
{{ item.name }}
|
||||
</CardCheckbox>
|
||||
</el-col>
|
||||
|
|
|
|||
Loading…
Reference in New Issue