fix: 数据集关联应用图表
This commit is contained in:
parent
16439d663a
commit
778048e113
@ -29,6 +29,16 @@
|
|||||||
<el-row justify="space-between" style="width: 100%">
|
<el-row justify="space-between" style="width: 100%">
|
||||||
<el-col :span="11" v-for="(item, index) in application_list" :key="index" class="mb-16">
|
<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">
|
<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 }}
|
{{ item.name }}
|
||||||
</CardCheckbox>
|
</CardCheckbox>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user