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

新增出团通知书

parent c8d47ffc
......@@ -19,7 +19,7 @@
<!-- <script type="text/javascript"
src="https://api.map.baidu.com/api?v=1.0&type=webgl&ak=OBd2bhrqKUSbQGpniCZ996suti9YG7Bc"></script> -->
<!--HK 2024-08-15 新加(避免提示为商用授权) Start-->
<!-- <script type="text/javascript" src="//api.map.baidu.com/api?key=&v=1.1&services=true&s=1"></script>
<script type="text/javascript" src="https://api.map.baidu.com/getscript?v=2.0&ak=&services=&t=20240731110958"></script>
......@@ -29,6 +29,7 @@
<script src="/static/UE/ueditor.all.js"></script>
<script src="/static/UE/lang/zh-cn/zh-cn.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>
window.difyChatbotConfig = {
token: 'RrfZrrXKACVg4HpB',
......
......@@ -7,12 +7,12 @@
</style>
<template>
<div>
<div :style="style">
<!-- 图片上传组件辅助-->
<el-upload :id="myImageUploader" :http-request="UploadAttachment" :show-file-list="false" action="" v-if="toolbar.image">
</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">
<div :id="myToolbar" slot="toolbar" :class="{'toolbarNoborder':toolbar.showToolBar==false}">
<!-- You can also add your own -->
......@@ -610,7 +610,7 @@
Quill.register(Font, true);
export default {
name: 'edit',
props: ["editValue", "toolbarShow", "referenceList", "placeholder", "defaultAccount"],
props: ["editValue", "toolbarShow", "referenceList", "placeholder", "defaultAccount","style","quillStyle"],
data() {
return {
myToolbar: '',
......@@ -678,7 +678,7 @@
this.myQuillEditor = "editer_" + this.guid();
this.myImageUploader = "imageUploader_" + this.guid();
this.editorOption.modules.toolbar = "#" + this.myToolbar;
if (this.toolbarShow != null) {
for (let key in this.toolbarShow) {
this.toolbar[key] = this.toolbarShow[key];
......
This diff is collapsed.
This diff is collapsed.
......@@ -6326,6 +6326,14 @@ export default {
meta: {
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