diff --git a/package.json b/package.json index 00168e3..db6c7ce 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,13 @@ }, "dependencies": { "@riophae/vue-treeselect": "0.4.0", + "@vue-office/docx": "^1.6.3", + "@vue/composition-api": "^1.7.2", "axios": "0.28.1", "clipboard": "2.0.8", "core-js": "3.37.1", "crypto-js": "^4.2.0", + "docx-preview": "^0.3.7", "echarts": "5.4.0", "element-ui": "2.15.14", "file-saver": "2.0.5", @@ -38,6 +41,7 @@ "js-cookie": "3.0.1", "jsencrypt": "3.0.0-rc.1", "lodash": "^4.17.21", + "mammoth": "^1.11.0", "nprogress": "0.2.0", "pdfjs-dist": "^2.16.105", "quill": "2.0.2", @@ -49,6 +53,7 @@ "vue": "2.6.12", "vue-count-to": "1.0.13", "vue-cropper": "0.5.5", + "vue-demi": "^0.14.10", "vue-pdf": "^4.3.0", "vue-router": "3.4.9", "vuedraggable": "2.24.3", diff --git a/src/views/common/DocumentSearchWord.vue b/src/views/common/DocumentSearchWord.vue index 25785f6..1f2e468 100644 --- a/src/views/common/DocumentSearchWord.vue +++ b/src/views/common/DocumentSearchWord.vue @@ -1,15 +1,458 @@ + - \ No newline at end of file + + \ No newline at end of file