|
|
@@ -33,8 +33,9 @@
|
|
|
</el-col>
|
|
|
<el-col :span="20">
|
|
|
<el-form-item label="投保指引">
|
|
|
- <el-input type="textarea" v-model="CustomPlanData.description" placeholder="输入投保指引"
|
|
|
- show-word-limit></el-input>
|
|
|
+ <editor v-model="CustomPlanData.description"></editor>
|
|
|
+ <!-- <el-input type="textarea" v-model="CustomPlanData.description" placeholder="输入投保指引"
|
|
|
+ show-word-limit></el-input> -->
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
@@ -204,10 +205,12 @@
|
|
|
<!-- 行为区域 -->
|
|
|
<script>
|
|
|
import KtCommonTable from "@/views/Core/KtCommonTable.vue"; //表格组件
|
|
|
+import Editor from "@/components/Tinymce/index.vue";//富文本
|
|
|
export default {
|
|
|
// 数据存放区域
|
|
|
components: {
|
|
|
KtCommonTable,
|
|
|
+ Editor
|
|
|
},
|
|
|
data() {
|
|
|
return {
|