提交
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user