lcw
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
<Editor :style="`height: ${props.heightNumber}px; overflow-y: hidden`" v-model="textContent" :defaultConfig="editorConfig" :mode="mode" @onCreated="handleCreated" @onChange="handChange" />
|
||||
</div>
|
||||
<template #footer>
|
||||
<el-button type="primary" @click="SaveReport">保存</el-button>
|
||||
<!-- <el-button type="primary" @click="SaveReport">保存</el-button> -->
|
||||
<!-- <el-button type="primary" @click="downloadWithStyles">历史报告</el-button> -->
|
||||
<el-button type="primary" @click="downloadWithStyles">下载</el-button>
|
||||
<el-button type="primary" @click="close">取消</el-button>
|
||||
|
||||
Reference in New Issue
Block a user