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