Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
383d4b56
Commit
383d4b56
authored
Apr 24, 2020
by
彭祥礼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加富文本编辑项
需要 执行 npm install mavon-editor --save 命令 目的是添加富文本编辑的js 文件
parent
f3ee9f97
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
src/views/school-center/product/product.vue
+3
-6
No files found.
src/views/school-center/product/product.vue
View file @
383d4b56
...
...
@@ -140,16 +140,13 @@
</a-select>
</a-form-item>
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 18, offset: 1}"
label=
"产品情况:"
>
<mavon-editor
@
save=
"saveProductIntroduction"
ref=
"editor_a"
v-model=
"productIntroduction"
>
</mavon-editor>
<mavon-editor
@
save=
"saveProductIntroduction"
ref=
"editor_a"
v-model=
"productIntroduction"
></mavon-editor>
</a-form-item>
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 18, offset: 1}"
label=
"单宽资费介绍:"
>
<mavon-editor
@
save=
"saveProductSetMealIntroduction"
ref=
"editor_b"
v-model=
"productSetMealIntroduction"
>
</mavon-editor>
<mavon-editor
@
save=
"saveProductSetMealIntroduction"
ref=
"editor_b"
v-model=
"productSetMealIntroduction"
></mavon-editor>
</a-form-item>
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 18, offset: 1}"
label=
"融合资费介绍:"
>
<mavon-editor
@
save=
"saveProductRf2"
ref=
"editor_c"
v-model=
"productRf2"
>
</mavon-editor>
<mavon-editor
@
save=
"saveProductRf2"
ref=
"editor_c"
v-model=
"productRf2"
></mavon-editor>
</a-form-item>
</div>
</a-form>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment