NEZ-2227 feat:text chart 富文本编辑器支持插入图片

This commit is contained in:
zyh
2022-09-27 09:41:24 +08:00
parent 8cdbd9d272
commit bce1232436
2 changed files with 51 additions and 7 deletions

View File

@@ -39,12 +39,13 @@
</el-form-item>
<!--Default collapse-->
<el-form-item class="form-item--half-width" v-if="isGroup(chartConfig.type)" :label='$t("dashboard.panel.chartForm.collapse")' prop="param.collapse">
<el-switch id="chart-box-collapse"
v-model="chartConfig.param.collapse"
:active-value="true"
:inactive-value="false"
@change="change"
size="small"/>
<el-switch
id="chart-box-collapse"
v-model="chartConfig.param.collapse"
:active-value="true"
:inactive-value="false"
@change="change"
size="small"/>
</el-form-item>
</div>
<div class="form-items--half-width-group" v-if="!isGroup(chartConfig.type)">