Commit 235256b6 authored by 罗超's avatar 罗超

新增出团通知书

parent c8d47ffc
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
<script src="/static/UE/ueditor.all.js"></script> <script src="/static/UE/ueditor.all.js"></script>
<script src="/static/UE/lang/zh-cn/zh-cn.js"></script> <script src="/static/UE/lang/zh-cn/zh-cn.js"></script>
<script src="/static/UE/ueditor.parse.min.js"></script> <script src="/static/UE/ueditor.parse.min.js"></script>
<script src="https://lf1-cdn-tos.bytegoofy.com/obj/iconpark/icons_41123_6.c70b72af44a6e1d11a661742491bac66.js"></script>
<!-- <script> <!-- <script>
window.difyChatbotConfig = { window.difyChatbotConfig = {
token: 'RrfZrrXKACVg4HpB', token: 'RrfZrrXKACVg4HpB',
......
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
</style> </style>
<template> <template>
<div> <div :style="style">
<!-- 图片上传组件辅助--> <!-- 图片上传组件辅助-->
<el-upload :id="myImageUploader" :http-request="UploadAttachment" :show-file-list="false" action="" v-if="toolbar.image"> <el-upload :id="myImageUploader" :http-request="UploadAttachment" :show-file-list="false" action="" v-if="toolbar.image">
</el-upload> </el-upload>
<quill-editor :options="editorOption" :ref="myQuillEditor" @change="onEditorChange($event)" v-model="quillValue" <quill-editor :style="quillStyle" :options="editorOption" :ref="myQuillEditor" @change="onEditorChange($event)" v-model="quillValue"
class="_quill_editor"> class="_quill_editor">
<div :id="myToolbar" slot="toolbar" :class="{'toolbarNoborder':toolbar.showToolBar==false}"> <div :id="myToolbar" slot="toolbar" :class="{'toolbarNoborder':toolbar.showToolBar==false}">
<!-- You can also add your own --> <!-- You can also add your own -->
...@@ -610,7 +610,7 @@ ...@@ -610,7 +610,7 @@
Quill.register(Font, true); Quill.register(Font, true);
export default { export default {
name: 'edit', name: 'edit',
props: ["editValue", "toolbarShow", "referenceList", "placeholder", "defaultAccount"], props: ["editValue", "toolbarShow", "referenceList", "placeholder", "defaultAccount","style","quillStyle"],
data() { data() {
return { return {
myToolbar: '', myToolbar: '',
......
This diff is collapsed.
This diff is collapsed.
...@@ -6326,6 +6326,14 @@ export default { ...@@ -6326,6 +6326,14 @@ export default {
meta: { meta: {
title: '模板编辑' title: '模板编辑'
}, },
},
{
path: '/TravelNoticeConfig',
name: 'TravelNoticeConfig',
component: resolve => require(['@/pages/travel-notice/ConfigManager'], resolve),
meta: {
title: '出团通知书配置管理'
},
} }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment