Commit ce35a42c authored by 黄奎's avatar 黄奎
parents ced1583d 806cdf09
...@@ -684,7 +684,8 @@ ...@@ -684,7 +684,8 @@
</div> </div>
<div class="ql-container"> <div class="ql-container">
<my-edit <my-edit
v-on:edit-value="addMsg.VisaProductInfo.FeeInclude = arguments[0]" v-bind:editValue="addMsg.VisaProductInfo.FeeInclude" v-on:edit-value="addMsg.VisaProductInfo.FeeInclude = arguments[0]"
v-bind:editValue="addMsg.VisaProductInfo.FeeInclude"
v-bind:toolbarShow="toolbar" v-bind:toolbarShow="toolbar"
v-bind:referenceList="FeeInclude" v-bind:referenceList="FeeInclude"
v-bind:defaultAccount="false"></my-edit> v-bind:defaultAccount="false"></my-edit>
...@@ -810,10 +811,34 @@ export default { ...@@ -810,10 +811,34 @@ export default {
"sans-serif" "sans-serif"
], ],
toolbar: { toolbar: {
clean: false, //加粗 clean: false, //清除样式
font: false, //字体 font: false, //字体
narrative: true, //叙述, narrative: true, //叙述,
image: true, image: true,
// "showToolBar": true, //显示toolbar
bold: true, //加粗
italic: true, //斜体
underline: true, //下划线
strike: true, //删除线
// "blockquote": true, //引用q
// "block": true, //块
// "header1": true, //H1
// "header2": true, //H2
// "listOrdered": true, //顺序列表
// "listDot": true, //圆点列表
// "scriptSub": true, //X2
// "scriptSuper": true, //X2
// "leftIndent": true, //左缩进
// "rightIndent": true, //右缩进
// "direction": true, //方向(靠左/右)
// "downPicker": true, //下移选择器
headSize: true, //标题大小
fontColor: true, //字体颜色
// "fontBackgroundColor": true, //背景颜色
// "align": true, //对齐
// "link": true, //超链接
// "video": true, //视频
}, },
referenceList:[], referenceList:[],
FeeInclude:[], FeeInclude:[],
......
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