This commit is contained in:
2025-01-09 14:01:25 +08:00
parent ee33ce076f
commit 9129bd16b1

View File

@@ -194,7 +194,7 @@
></common-table>
</el-form-item>
<el-form-item label="Bottom Title :">
<tinymce
<bottom-tinymce
:isAutomaticUpdate="true"
ref="tinymceChildNote"
@getContent="getContent"
@@ -203,7 +203,7 @@
class="paste-area text-container"
toolbar="bold italic subscript superscript clearButton"
height="150"
></tinymce>
></bottom-tinymce>
</el-form-item>
</el-form>
<p style="margin: 20px 0; text-align: right">
@@ -285,6 +285,7 @@ import { del, isShallow } from 'vue';
import Tiff from 'tiff.js';
import { mediaUrl } from '@/common/js/commonJS.js'; // 引入通用逻辑
import Tinymce from '@/components/page/components/Tinymce';
import bottomTinymce from '@/components/page/components/Tinymce';
export default {
data() {
return {
@@ -388,7 +389,8 @@ export default {
};
},
components: {
Tinymce
Tinymce,
bottomTinymce
},
computed: {
combinedValue() {