mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-12-30 16:01:42 +08:00
feat(form): groud-list title支持html
This commit is contained in:
parent
b0d8c5383b
commit
2630f00f13
@ -10,11 +10,11 @@
|
|||||||
v-for="(item, index) in model[name]"
|
v-for="(item, index) in model[name]"
|
||||||
:key="index"
|
:key="index"
|
||||||
:model="item"
|
:model="item"
|
||||||
:lastValues="getLastValues(lastValues[name], index)"
|
:lastValues="getLastValues(lastValues[name], Number(index))"
|
||||||
:is-compare="isCompare"
|
:is-compare="isCompare"
|
||||||
:config="config"
|
:config="config"
|
||||||
:prop="prop"
|
:prop="prop"
|
||||||
:index="index"
|
:index="Number(index)"
|
||||||
:label-width="labelWidth"
|
:label-width="labelWidth"
|
||||||
:size="size"
|
:size="size"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<template #header>
|
<template #header>
|
||||||
<div>
|
<div>
|
||||||
<TMagicButton link :disabled="disabled" @click="expandHandler">
|
<TMagicButton link :disabled="disabled" @click="expandHandler">
|
||||||
<TMagicIcon><CaretBottom v-if="expand" /><CaretRight v-else /></TMagicIcon>{{ title }}
|
<TMagicIcon><CaretBottom v-if="expand" /><CaretRight v-else /></TMagicIcon><span v-html="title"></span>
|
||||||
</TMagicButton>
|
</TMagicButton>
|
||||||
|
|
||||||
<TMagicButton
|
<TMagicButton
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user