diff --git a/package.json b/package.json
index 2e2c17a..4cd8ab8 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.0.3",
"vuex": "^3.0.1",
- "wangeditor": "^3.1.1"
+ "wangeditor": "^2.1.23"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
diff --git a/src/components/RichText.vue b/src/components/RichText.vue
index 6adfc94..7c8f40e 100644
--- a/src/components/RichText.vue
+++ b/src/components/RichText.vue
@@ -40,7 +40,7 @@ export default {
'quote', // 引用
// 'emoticon', // 表情
// 'image', // 插入图片
- // 'table', // 表格
+ 'table', // 表格
// 'code', // 插入代码
'undo', // 撤销
'redo' // 重复
diff --git a/src/components/RichTextOne.vue b/src/components/RichTextOne.vue
new file mode 100644
index 0000000..07d417b
--- /dev/null
+++ b/src/components/RichTextOne.vue
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
diff --git a/src/router.js b/src/router.js
index bf9d0f4..46ca108 100644
--- a/src/router.js
+++ b/src/router.js
@@ -9,6 +9,7 @@ import FooterNav from './components/FooterNav'
import PagingDevice from './components/PagingDevice'
/** 富文本 */
import RichText from './components/RichText'
+import RichTextOne from './components/RichTextOne'
import RichTextTwo from './components/RichTextTwo'
import RichTextFour from './components/RichTextFour'
@@ -68,6 +69,12 @@ export default new Router({
component: RichTextTwo
},
/** 富文本er */
+ {
+ path: '/richTextOne',
+ name: 'richTextOne',
+ component: RichTextOne
+ },
+ /** 富文本er */
{
path: '/richTextFour',
name: 'richTextFour',
diff --git a/src/views/project/Application.vue b/src/views/project/Application.vue
index bfc6b9b..48c5eaa 100644
--- a/src/views/project/Application.vue
+++ b/src/views/project/Application.vue
@@ -324,7 +324,7 @@
五、经费预算
-
+
@@ -335,7 +335,7 @@
:class="thff ? 'ic' : ''"
class="iconfont icon-fuxuankuang_xuanzhong"
>
-
+
@@ -373,14 +373,14 @@
import HeaderNav from "../../components/HeaderNav";
/* eslint-disable */
import FooterNav from "../../components/FooterNav";
-import RichTextFour from "../../components/RichTextFour";
-import RegisteredVue from '../Registered.vue';
+import RichTextOne from "../../components/RichTextOne";
+// import RegisteredVue from '../Registered.vue';
const T_T = new Date()
export default {
components: {
HeaderNav,
FooterNav,
- RichTextFour
+ RichTextOne
},
props: {},
data() {
@@ -711,6 +711,7 @@ export default {