diff --git a/package-lock.json b/package-lock.json index babf397..760daf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,14 +11,21 @@ "axios": "^0.18.0", "babel-polyfill": "^6.26.0", "clipboard": "^2.0.11", + "docx": "^9.0.3", "docx-preview": "^0.1.4", + "docxtemplater": "^3.54.0", "echarts": "^5.2.0", "element-ui": "^2.11.0", + "file-saver": "^2.0.5", + "html-docx-js": "^0.3.1", + "html2canvas": "^1.4.1", "jszip": "^3.10.1", "mammoth": "^1.5.1", "mavon-editor": "^2.6.17", "multi-items-input": "^0.2.0", + "pizzip": "^3.1.7", "quill-image-resize-module": "^3.0.0", + "tinymce": "^7.5.1", "vue": "^2.6.10", "vue-cropperjs": "^3.0.0", "vue-i18n": "^8.10.0", @@ -33,6 +40,8 @@ "devDependencies": { "@vue/cli-plugin-babel": "^3.9.0", "@vue/cli-service": "^3.9.0", + "less": "^3.0.4", + "less-loader": "^5.0.0", "sass-loader": "^7.3.1", "vue-template-compiler": "^2.6.10" } @@ -1632,12 +1641,11 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.14.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz", - "integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==", - "dev": true, + "version": "22.10.1", + "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.20.0" } }, "node_modules/@types/normalize-package-data": { @@ -2903,6 +2911,14 @@ "node": ">=0.10.0" } }, + "node_modules/base64-arraybuffer": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/base64-arraybuffer/-/base64-arraybuffer-1.0.2.tgz", + "integrity": "sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ==", + "engines": { + "node": ">= 0.6.0" + } + }, "node_modules/base64-js": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", @@ -4243,6 +4259,18 @@ "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", "dev": true }, + "node_modules/copy-anything": { + "version": "2.0.6", + "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-2.0.6.tgz", + "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==", + "dev": true, + "dependencies": { + "is-what": "^3.14.1" + }, + "funding": { + "url": "https://github.com/sponsors/mesqueeb" + } + }, "node_modules/copy-concurrently": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", @@ -4578,6 +4606,14 @@ "node": ">4" } }, + "node_modules/css-line-break": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/css-line-break/-/css-line-break-2.1.0.tgz", + "integrity": "sha512-FHcKFCZcAha3LwfVBhCQbW2nCNbkZXn7KVUJcsT5/P8YmfsVja0FMPJr0B903j/E69HUphKiV9iQArX8SDYA4w==", + "dependencies": { + "utrie": "^1.0.2" + } + }, "node_modules/css-loader": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-1.0.1.tgz", @@ -5372,6 +5408,22 @@ "buffer-indexof": "^1.0.0" } }, + "node_modules/docx": { + "version": "9.1.0", + "resolved": "https://registry.npmmirror.com/docx/-/docx-9.1.0.tgz", + "integrity": "sha512-XOtseSTRrkKN/sV5jNBqyLazyhNpWfaUhpuKc22cs+5DavNjRQvchnohb0g0S+x/96/D06U/i0/U/Gc4E5kwuQ==", + "dependencies": { + "@types/node": "^22.7.5", + "hash.js": "^1.1.7", + "jszip": "^3.10.1", + "nanoid": "^5.0.4", + "xml": "^1.0.1", + "xml-js": "^1.6.8" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/docx-preview": { "version": "0.1.20", "resolved": "https://registry.npmjs.org/docx-preview/-/docx-preview-0.1.20.tgz", @@ -5380,6 +5432,42 @@ "jszip": ">=3.0.0" } }, + "node_modules/docx/node_modules/nanoid": { + "version": "5.0.9", + "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.0.9.tgz", + "integrity": "sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.js" + }, + "engines": { + "node": "^18 || >=20" + } + }, + "node_modules/docxtemplater": { + "version": "3.54.1", + "resolved": "https://registry.npmmirror.com/docxtemplater/-/docxtemplater-3.54.1.tgz", + "integrity": "sha512-ZCEAAAmNWh2Ug/jhYNHnjThpEg+urfuvbHAW5NDO6vuGJivxYRuJpYBTS/X36W9uzsuSexFjLt/clg7fOa+kfw==", + "dependencies": { + "@xmldom/xmldom": "^0.9.5" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/docxtemplater/node_modules/@xmldom/xmldom": { + "version": "0.9.5", + "resolved": "https://registry.npmmirror.com/@xmldom/xmldom/-/xmldom-0.9.5.tgz", + "integrity": "sha512-6g1EwSs8cr8JhP1iBxzyVAWM6BIDvx9Y3FZRIQiMDzgG43Pxi8YkWOZ0nQj2NHgNzgXDZbJewFx/n+YAvMZrfg==", + "engines": { + "node": ">=14.6" + } + }, "node_modules/dom-converter": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", @@ -6386,6 +6474,11 @@ "node": ">= 4" } }, + "node_modules/file-saver": { + "version": "2.0.5", + "resolved": "https://registry.npmmirror.com/file-saver/-/file-saver-2.0.5.tgz", + "integrity": "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==" + }, "node_modules/file-uri-to-path": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", @@ -7286,6 +7379,24 @@ "integrity": "sha512-7Wn5GMLuHBjZCb2bTmnDOycho0p/7UVaAeqXZGbHrBCl6Yd/xDhQJAXe6Ga9AXJH2I5zY1dEdYw2u1UptnSBJA==", "dev": true }, + "node_modules/html-docx-js": { + "version": "0.3.1", + "resolved": "https://registry.npmmirror.com/html-docx-js/-/html-docx-js-0.3.1.tgz", + "integrity": "sha512-QSrMiRhxesqxYCa3f+2Z3ttIHPzSjDOL1tCOmIDIEET7HdabxXND6tAbsFMXAgRG4RADQ3wbl74ydMmjidaDPA==", + "dependencies": { + "jszip": "^2.3.0", + "lodash.escape": "^3.0.0", + "lodash.merge": "^3.2.0" + } + }, + "node_modules/html-docx-js/node_modules/jszip": { + "version": "2.7.0", + "resolved": "https://registry.npmmirror.com/jszip/-/jszip-2.7.0.tgz", + "integrity": "sha512-JIsRKRVC3gTRo2vM4Wy9WBC3TRcfnIZU8k65Phi3izkvPH975FowRYtKGT6PxevA0XnJ/yO8b0QwV0ydVyQwfw==", + "dependencies": { + "pako": "~1.0.2" + } + }, "node_modules/html-entities": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz", @@ -7383,6 +7494,18 @@ "object-assign": "^4.0.1" } }, + "node_modules/html2canvas": { + "version": "1.4.1", + "resolved": "https://registry.npmmirror.com/html2canvas/-/html2canvas-1.4.1.tgz", + "integrity": "sha512-fPU6BHNpsyIhr8yyMpTLLxAbkaK8ArIBcmZIRiBLiDhjeqvXolaEmDGmELFuX9I4xDcaKKcJl+TKZLqruBbmWA==", + "dependencies": { + "css-line-break": "^2.1.0", + "text-segmentation": "^1.0.3" + }, + "engines": { + "node": ">=8.0.0" + } + }, "node_modules/htmlparser2": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", @@ -7568,6 +7691,19 @@ "node": ">= 4" } }, + "node_modules/image-size": { + "version": "0.5.5", + "resolved": "https://registry.npmmirror.com/image-size/-/image-size-0.5.5.tgz", + "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==", + "dev": true, + "optional": true, + "bin": { + "image-size": "bin/image-size.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/immediate": { "version": "3.0.6", "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", @@ -8311,6 +8447,12 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-what": { + "version": "3.14.1", + "resolved": "https://registry.npmmirror.com/is-what/-/is-what-3.14.1.tgz", + "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==", + "dev": true + }, "node_modules/is-whitespace": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/is-whitespace/-/is-whitespace-0.3.0.tgz", @@ -8633,6 +8775,118 @@ "launch-editor": "^2.8.0" } }, + "node_modules/less": { + "version": "3.13.1", + "resolved": "https://registry.npmmirror.com/less/-/less-3.13.1.tgz", + "integrity": "sha512-SwA1aQXGUvp+P5XdZslUOhhLnClSLIjWvJhmd+Vgib5BFIr9lMNlQwmwUNOjXThF/A0x+MCYYPeWEfeWiLRnTw==", + "dev": true, + "dependencies": { + "copy-anything": "^2.0.1", + "tslib": "^1.10.0" + }, + "bin": { + "lessc": "bin/lessc" + }, + "engines": { + "node": ">=6" + }, + "optionalDependencies": { + "errno": "^0.1.1", + "graceful-fs": "^4.1.2", + "image-size": "~0.5.0", + "make-dir": "^2.1.0", + "mime": "^1.4.1", + "native-request": "^1.0.5", + "source-map": "~0.6.0" + } + }, + "node_modules/less-loader": { + "version": "5.0.0", + "resolved": "https://registry.npmmirror.com/less-loader/-/less-loader-5.0.0.tgz", + "integrity": "sha512-bquCU89mO/yWLaUq0Clk7qCsKhsF/TZpJUzETRvJa9KSVEL9SO3ovCvdEHISBhrC81OwC8QSVX7E0bzElZj9cg==", + "dev": true, + "dependencies": { + "clone": "^2.1.1", + "loader-utils": "^1.1.0", + "pify": "^4.0.1" + }, + "engines": { + "node": ">= 4.8.0" + }, + "peerDependencies": { + "less": "^2.3.1 || ^3.0.0", + "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0" + } + }, + "node_modules/less-loader/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/less-loader/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/less/node_modules/make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "optional": true, + "dependencies": { + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/less/node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true, + "optional": true, + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/less/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "optional": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/less/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmmirror.com/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, "node_modules/lie": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", @@ -8686,6 +8940,56 @@ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, + "node_modules/lodash._arraycopy": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz", + "integrity": "sha512-RHShTDnPKP7aWxlvXKiDT6IX2jCs6YZLCtNhOru/OX2Q/tzX295vVBK5oX1ECtN+2r86S0Ogy8ykP1sgCZAN0A==" + }, + "node_modules/lodash._arrayeach": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz", + "integrity": "sha512-Mn7HidOVcl3mkQtbPsuKR0Fj0N6Q6DQB77CtYncZcJc0bx5qv2q4Gl6a0LC1AN+GSxpnBDNnK3CKEm9XNA4zqQ==" + }, + "node_modules/lodash._basecopy": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz", + "integrity": "sha512-rFR6Vpm4HeCK1WPGvjZSJ+7yik8d8PVUdCJx5rT2pogG4Ve/2ZS7kfmO5l5T2o5V2mqlNIfSF5MZlr1+xOoYQQ==" + }, + "node_modules/lodash._basefor": { + "version": "3.0.3", + "resolved": "https://registry.npmmirror.com/lodash._basefor/-/lodash._basefor-3.0.3.tgz", + "integrity": "sha512-6bc3b8grkpMgDcVJv9JYZAk/mHgcqMljzm7OsbmcE2FGUMmmLQTPHlh/dFqR8LA0GQ7z4K67JSotVKu5058v1A==" + }, + "node_modules/lodash._bindcallback": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz", + "integrity": "sha512-2wlI0JRAGX8WEf4Gm1p/mv/SZ+jLijpj0jyaE/AXeuQphzCgD8ZQW4oSpoN8JAopujOFGU3KMuq7qfHBWlGpjQ==" + }, + "node_modules/lodash._createassigner": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz", + "integrity": "sha512-LziVL7IDnJjQeeV95Wvhw6G28Z8Q6da87LWKOPWmzBLv4u6FAT/x5v00pyGW0u38UoogNF2JnD3bGgZZDaNEBw==", + "dependencies": { + "lodash._bindcallback": "^3.0.0", + "lodash._isiterateecall": "^3.0.0", + "lodash.restparam": "^3.0.0" + } + }, + "node_modules/lodash._getnative": { + "version": "3.9.1", + "resolved": "https://registry.npmmirror.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz", + "integrity": "sha512-RrL9VxMEPyDMHOd9uFbvMe8X55X16/cGM5IgOKgRElQZutpX89iS6vwl64duTV1/16w5JY7tuFNXqoekmh1EmA==" + }, + "node_modules/lodash._isiterateecall": { + "version": "3.0.9", + "resolved": "https://registry.npmmirror.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz", + "integrity": "sha512-De+ZbrMu6eThFti/CSzhRvTKMgQToLxbij58LMfM8JnYDNSOjkjTCIaa8ixglOeGh2nyPlakbt5bJWJ7gvpYlQ==" + }, + "node_modules/lodash._root": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/lodash._root/-/lodash._root-3.0.1.tgz", + "integrity": "sha512-O0pWuFSK6x4EXhM1dhZ8gchNtG7JMqBtrHdoUFUWXD7dJnNSUze1GuyQr5sOs0aCvgGeI3o/OJW8f4ca7FDxmQ==" + }, "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", @@ -8698,12 +9002,64 @@ "integrity": "sha512-3j8wdDzYuWO3lM3Reg03MuQR957t287Rpcxp1njpEa8oDrikb+FwGdW3n+FELh/A6qib6yPit0j/pv9G/yeAqA==", "dev": true }, + "node_modules/lodash.escape": { + "version": "3.2.0", + "resolved": "https://registry.npmmirror.com/lodash.escape/-/lodash.escape-3.2.0.tgz", + "integrity": "sha512-n1PZMXgaaDWZDSvuNZ/8XOcYO2hOKDqZel5adtR30VKQAtoWs/5AOeFA0vPV8moiPzlqe7F4cP2tzpFewQyelQ==", + "dependencies": { + "lodash._root": "^3.0.0" + } + }, + "node_modules/lodash.isarguments": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz", + "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==" + }, + "node_modules/lodash.isarray": { + "version": "3.0.4", + "resolved": "https://registry.npmmirror.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz", + "integrity": "sha512-JwObCrNJuT0Nnbuecmqr5DgtuBppuCvGD9lxjFpAzwnVtdGoDQ1zig+5W8k5/6Gcn0gZ3936HDAlGd28i7sOGQ==" + }, + "node_modules/lodash.isplainobject": { + "version": "3.2.0", + "resolved": "https://registry.npmmirror.com/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz", + "integrity": "sha512-P4wZnho5curNqeEq/x292Pb57e1v+woR7DJ84DURelKB46lby8aDEGVobSaYtzHdQBWQrJSdxcCwjlGOvvdIyg==", + "dependencies": { + "lodash._basefor": "^3.0.0", + "lodash.isarguments": "^3.0.0", + "lodash.keysin": "^3.0.0" + } + }, + "node_modules/lodash.istypedarray": { + "version": "3.0.6", + "resolved": "https://registry.npmmirror.com/lodash.istypedarray/-/lodash.istypedarray-3.0.6.tgz", + "integrity": "sha512-lGWJ6N8AA3KSv+ZZxlTdn4f6A7kMfpJboeyvbFdE7IU9YAgweODqmOgdUHOA+c6lVWeVLysdaxciFXi+foVsWw==" + }, "node_modules/lodash.kebabcase": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", "integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==", "dev": true }, + "node_modules/lodash.keys": { + "version": "3.1.2", + "resolved": "https://registry.npmmirror.com/lodash.keys/-/lodash.keys-3.1.2.tgz", + "integrity": "sha512-CuBsapFjcubOGMn3VD+24HOAPxM79tH+V6ivJL3CHYjtrawauDJHUk//Yew9Hvc6e9rbCrURGk8z6PC+8WJBfQ==", + "dependencies": { + "lodash._getnative": "^3.0.0", + "lodash.isarguments": "^3.0.0", + "lodash.isarray": "^3.0.0" + } + }, + "node_modules/lodash.keysin": { + "version": "3.0.8", + "resolved": "https://registry.npmmirror.com/lodash.keysin/-/lodash.keysin-3.0.8.tgz", + "integrity": "sha512-YDB/5xkL3fBKFMDaC+cfGV00pbiJ6XoJIfRmBhv7aR6wWtbCW6IzkiWnTfkiHTF6ALD7ff83dAtB3OEaSoyQPg==", + "dependencies": { + "lodash.isarguments": "^3.0.0", + "lodash.isarray": "^3.0.0" + } + }, "node_modules/lodash.mapvalues": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz", @@ -8716,6 +9072,38 @@ "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", "dev": true }, + "node_modules/lodash.merge": { + "version": "3.3.2", + "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-3.3.2.tgz", + "integrity": "sha512-ZgGZpRhWLjivGUbjtApZR4HyLv/UAyoYqESVYkK4aLBJVHRrbFpG+GNnE9JPijliME4LkKM0SFI/WyOiBiv1+w==", + "dependencies": { + "lodash._arraycopy": "^3.0.0", + "lodash._arrayeach": "^3.0.0", + "lodash._createassigner": "^3.0.0", + "lodash._getnative": "^3.0.0", + "lodash.isarguments": "^3.0.0", + "lodash.isarray": "^3.0.0", + "lodash.isplainobject": "^3.0.0", + "lodash.istypedarray": "^3.0.0", + "lodash.keys": "^3.0.0", + "lodash.keysin": "^3.0.0", + "lodash.toplainobject": "^3.0.0" + } + }, + "node_modules/lodash.restparam": { + "version": "3.6.1", + "resolved": "https://registry.npmmirror.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz", + "integrity": "sha512-L4/arjjuq4noiUJpt3yS6KIKDtJwNe2fIYgMqyYYKoeIfV1iEqvPwhCx23o+R9dzouGihDAPN1dTIRWa7zk8tw==" + }, + "node_modules/lodash.toplainobject": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/lodash.toplainobject/-/lodash.toplainobject-3.0.0.tgz", + "integrity": "sha512-wMI0Ju1bvSmnBS3EcRRH/3zDnZOPpDtMtNDzbbNMKuTrEpALsf+sPyMeogmv63Y11qZQO7H1xFzohIEGRMjPYA==", + "dependencies": { + "lodash._basecopy": "^3.0.0", + "lodash.keysin": "^3.0.0" + } + }, "node_modules/lodash.transform": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/lodash.transform/-/lodash.transform-4.6.0.tgz", @@ -9286,6 +9674,13 @@ "node": ">=0.10.0" } }, + "node_modules/native-request": { + "version": "1.1.2", + "resolved": "https://registry.npmmirror.com/native-request/-/native-request-1.1.2.tgz", + "integrity": "sha512-/etjwrK0J4Ebbcnt35VMWnfiUX/B04uwGJxyJInagxDqf2z5drSt/lsOvEMWGYunz1kaLZAFrV4NDAbOoDKvAQ==", + "dev": true, + "optional": true + }, "node_modules/negotiator": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", @@ -10185,6 +10580,19 @@ "node": ">=0.10.0" } }, + "node_modules/pizzip": { + "version": "3.1.7", + "resolved": "https://registry.npmmirror.com/pizzip/-/pizzip-3.1.7.tgz", + "integrity": "sha512-VemVeAQtdIA74AN1Fsd5OmbMbEeS4YOwwlcudgzvmUrOIOPrk1idYC5Tw5FUFq/I0c26ziNOw9z//iPmGfp1jA==", + "dependencies": { + "pako": "^2.1.0" + } + }, + "node_modules/pizzip/node_modules/pako": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/pako/-/pako-2.1.0.tgz", + "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==" + }, "node_modules/pkg-dir": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", @@ -11858,8 +12266,7 @@ "node_modules/sax": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", - "dev": true + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" }, "node_modules/schart.js": { "version": "3.0.4", @@ -13259,6 +13666,14 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" }, + "node_modules/text-segmentation": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/text-segmentation/-/text-segmentation-1.0.3.tgz", + "integrity": "sha512-iOiPUo/BGnZ6+54OsWxZidGCsdU8YbE4PSpdPinp7DeMtUJNJBoJ/ouUSTJjHkh1KntHaltHl/gDs2FC4i5+Nw==", + "dependencies": { + "utrie": "^1.0.2" + } + }, "node_modules/thenify": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", @@ -13368,6 +13783,11 @@ "resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz", "integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==" }, + "node_modules/tinymce": { + "version": "7.5.1", + "resolved": "https://registry.npmmirror.com/tinymce/-/tinymce-7.5.1.tgz", + "integrity": "sha512-GRXJUB0BEIOUHUEC+q9IjsgWGIAQ4Tn5t5hfpB/YR7No3oPgKHG03v1d3nbov9aqdyVW7Be+UD4I3ZerQG30VQ==" + }, "node_modules/to-arraybuffer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", @@ -13640,10 +14060,9 @@ "integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==" }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true + "version": "6.20.0", + "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==" }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", @@ -14009,6 +14428,14 @@ "node": ">= 0.4.0" } }, + "node_modules/utrie": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/utrie/-/utrie-1.0.2.tgz", + "integrity": "sha512-1MLa5ouZiOmQzUbjbu9VmjLzn1QLXBhwpUa7kdLUQK+KQ5KA9I1vk5U4YHe/X2Ch7PYnJfWuWT+VbuxbGwljhw==", + "dependencies": { + "base64-arraybuffer": "^1.0.2" + } + }, "node_modules/uuid": { "version": "3.4.0", "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", @@ -15312,6 +15739,22 @@ "resolved": "https://registry.npmmirror.com/xe-utils/-/xe-utils-3.5.30.tgz", "integrity": "sha512-5Ez6JUANpMakduiTLxrNObzqMebnM4697KvHW5okedkUjXvYgGvkbg0tABTkvwDW/Pb09v7vT68dzBOeAuOu0g==" }, + "node_modules/xml": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/xml/-/xml-1.0.1.tgz", + "integrity": "sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==" + }, + "node_modules/xml-js": { + "version": "1.6.11", + "resolved": "https://registry.npmmirror.com/xml-js/-/xml-js-1.6.11.tgz", + "integrity": "sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==", + "dependencies": { + "sax": "^1.2.4" + }, + "bin": { + "xml-js": "bin/cli.js" + } + }, "node_modules/xmlbuilder": { "version": "10.1.1", "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-10.1.1.tgz", diff --git a/package.json b/package.json index e05a52e..eae2395 100644 --- a/package.json +++ b/package.json @@ -8,17 +8,27 @@ "build": "vue-cli-service build" }, "dependencies": { + "@tinymce/tinymce-vue": "^3.0.1", "axios": "^0.18.0", "babel-polyfill": "^6.26.0", "clipboard": "^2.0.11", + "cnpm": "^9.4.0", + "docx": "^9.1.0", "docx-preview": "^0.1.4", + "docxtemplater": "^3.54.0", "echarts": "^5.2.0", "element-ui": "^2.11.0", + "file-saver": "^2.0.5", + "html-docx-js": "^0.3.1", + "html2canvas": "^1.4.1", + "install": "^0.13.0", "jszip": "^3.10.1", "mammoth": "^1.5.1", "mavon-editor": "^2.6.17", "multi-items-input": "^0.2.0", + "pizzip": "^3.1.7", "quill-image-resize-module": "^3.0.0", + "tinymce": "^7.5.1", "vue": "^2.6.10", "vue-cropperjs": "^3.0.0", "vue-i18n": "^8.10.0", @@ -29,14 +39,13 @@ "vue-ueditor-wrap": "^2.5.6", "vuedraggable": "^2.17.0", "vxe-table": "^3.8.19" - }, "devDependencies": { "@vue/cli-plugin-babel": "^3.9.0", "@vue/cli-service": "^3.9.0", - "sass-loader": "^7.3.1", "less": "^3.0.4", "less-loader": "^5.0.0", + "sass-loader": "^7.3.1", "vue-template-compiler": "^2.6.10" } } diff --git a/public/index.html b/public/index.html index 9868943..4c0005b 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,7 @@ +
- + + diff --git a/public/tinymce b/public/tinymce new file mode 120000 index 0000000..50dfe1d --- /dev/null +++ b/public/tinymce @@ -0,0 +1 @@ +D:/0--------------------xulu/项目/tougao_web/node_modules/.store/tinymce@7.5.1/node_modules/tinymce \ No newline at end of file diff --git a/src/api/index.js b/src/api/index.js index 0b11630..170e883 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -19,8 +19,8 @@ const service = axios.create({ // baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换 // baseURL: 'http://www.tougao.com/', //测试本地 记得切换 // baseURL: 'http://192.168.110.110/tougao/public/index.php/', - // baseURL: '/api', //本地 - baseURL: '/', //正式 + baseURL: '/api', //本地 + // baseURL: '/', //正式 }); diff --git a/src/components/common/langs/en.js b/src/components/common/langs/en.js index 768204e..ac8c7b8 100644 --- a/src/components/common/langs/en.js +++ b/src/components/common/langs/en.js @@ -17,8 +17,8 @@ const en = { labelother: 'close other', labelall: 'close all' }, - info:{ -realname:'English names can only contain uppercase and lowercase letters, "-", and spaces' + info: { + realname: 'English names can only contain uppercase and lowercase letters, "-", and spaces' }, total: { author: 'author', @@ -26,19 +26,19 @@ realname:'English names can only contain uppercase and lowercase letters, "-", a reviewers: 'reviewer', admin: 'admin' }, - articleListEditor:{ - Continuouspublication:'Continuous publication', - publishInfo:'Are you sure you want to publish this article?', - type:'Type', - edit:'Edit', - add:'Add', - journalType0:'Continuous publication', - journalType1:'Monthly', - journalType3:'Quarterly', - coverImage:'Cover Image', - JournalInstallment:'Journal Installment', - status:'Status', - delete:'Delete', + articleListEditor: { + Continuouspublication: 'Continuous publication', + publishInfo: 'Are you sure you want to publish this article?', + type: 'Type', + edit: 'Edit', + add: 'Add', + journalType0: 'Continuous publication', + journalType1: 'Monthly', + journalType3: 'Quarterly', + coverImage: 'Cover Image', + JournalInstallment: 'Journal Installment', + status: 'Status', + delete: 'Delete', deleteInfo: 'Are you sure you want to delete this journal installment?', }, menu: { @@ -257,7 +257,7 @@ realname:'English names can only contain uppercase and lowercase letters, "-", a journalArticleCount: 'Journal Article Count', managingDirector: 'Managing Director', GroupClassification: 'Group List', - JournalInstallment : 'Journal Installment', + JournalInstallment: 'Journal Installment', }, home: { authortop: 'Author guide', @@ -352,6 +352,18 @@ realname:'English names can only contain uppercase and lowercase letters, "-", a publicationTime: 'Year', publicationTimeInfo: 'Year;Volume(issue):Inclusive page numbers.', }, + commonTable: { + add: 'Add', + edit: 'Edit', + rows: 'rows', + columns: 'columns', + table: 'Table', + headerPlaceholder: 'Fill in the header', + typesettingType2: 'Horizontal A4', + typesettingType1: 'Vertical A4', + exportWord: 'Export Word', + exportImg: 'Export PNG', + }, } diff --git a/src/components/common/langs/zh.js b/src/components/common/langs/zh.js index 9a771e9..b445bfe 100644 --- a/src/components/common/langs/zh.js +++ b/src/components/common/langs/zh.js @@ -345,6 +345,18 @@ const zh = { publicationTime: '年份', publicationTimeInfo: '年份;卷(期):包括页码。', }, + commonTable: { + add: '新增', + edit: '编辑', + rows: '行', + columns: '列', + table: '表格', + headerPlaceholder: '填写表头', + typesettingType2: '横向 A4', + typesettingType1: '竖向 A4', + exportWord: '导出 Word', + exportImg: '导出 图片', + }, } diff --git a/src/components/page/Complete_profile.vue b/src/components/page/Complete_profile.vue index d5da6ff..8965a45 100644 --- a/src/components/page/Complete_profile.vue +++ b/src/components/page/Complete_profile.vue @@ -19,6 +19,15 @@ Complete Pending +
+

Generate charts

+ + + +

Edit

+ +
+

References

A total of {{Ainfo.refer_state.num}} references in this manuscript is identified.

@@ -73,6 +82,16 @@ } }); }, + // 跳转到图表编辑页面 + goGenerateCharts(id){ + this.$router.push({ + path: 'GenerateCharts', + query: { + id: id + } + }); + }, + // 隐藏alert hideAlert(){ diff --git a/src/components/page/GenerateCharts copy.vue b/src/components/page/GenerateCharts copy.vue new file mode 100644 index 0000000..ae95014 --- /dev/null +++ b/src/components/page/GenerateCharts copy.vue @@ -0,0 +1,971 @@ + + + + + diff --git a/src/components/page/GenerateCharts.vue b/src/components/page/GenerateCharts.vue new file mode 100644 index 0000000..ae95014 --- /dev/null +++ b/src/components/page/GenerateCharts.vue @@ -0,0 +1,971 @@ + + + + + diff --git a/src/components/page/components/Tinymce/index.vue b/src/components/page/components/Tinymce/index.vue new file mode 100644 index 0000000..6b42a2d --- /dev/null +++ b/src/components/page/components/Tinymce/index.vue @@ -0,0 +1,522 @@ + + + diff --git a/src/components/page/components/table/charissil.ttf b/src/components/page/components/table/charissil.ttf new file mode 100644 index 0000000..28e888b Binary files /dev/null and b/src/components/page/components/table/charissil.ttf differ diff --git a/src/components/page/components/table/document (4).mhtml b/src/components/page/components/table/document (4).mhtml new file mode 100644 index 0000000..3fe5158 --- /dev/null +++ b/src/components/page/components/table/document (4).mhtml @@ -0,0 +1,26 @@ +MIME-version: 1.0 +Content-Type: multipart/related; + boundary="----=_NextPart_000_0076_01C29953.BE473C30"; + type="text/html" +X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 + +This is a multi-part message in MIME format. + +------=_NextPart_000_0076_01C29953.BE473C30 +Content-Type: text/html; +Content-Transfer-Encoding: quoted-printable +Content-Location: file:///C:/Users/Administrator/AppData/Local/Temp/~tmp{4c46a7ef-bbb5-4f5a-8a53-53a3f4ef455f}134574.TMP.html + +

No.

RT

(min)

Formula

Adduct

Theo. (m/z)

Exp.

(m/z)

Error (ppm)

MS2 Fragment ion

Potential compound

Class

Ref.

M1

1.15

C6H12O7

[M–H]–

195.05830

195.05049

−4.00

159.02975, 129.01912, 75.00863

Gluconic acid

Organic acid

[33]

M2

1.17

C7H12O6

[M–H]–

191.06339

191.05562

−4.07

127.03978, 85.02937

Quinic acid

Organic acid

[1]

M3

1.17

C4H6O5

[M–H]–

133.02152

133.01899

−1.90

115.00346, 89.02427, 71.01373

DL-Malic acid

Organic acid

[34]

M4

1.20

C6H8O7

[M–H]–

191.02700

191.01924

−4.06

129.01910, 111.00858, 87.00865

Citric acid

Organic acid

[34]

M5

1.22

C5H6O4

[M–H]–

129.02661

129.02613

−0.37

101.02432, 85.02946

Glutaconic acid

Organic acid

[35]

M6

1.32

C4H6O4

[M–H]–

117.02661

117.02104

−4.76

73.02940

Methylmalonic acid

Organic acid

[36]

M7

1.35

C6H10O5

[M–H]–

161.05282

161.04512

−4.78

99.04504, 57.03442

Meglutol

Organic acid

[35]

M8

1.49

C6H6O3

[M–H]–

125.03169

125.02802

−2.94

97.02926

Pyrogallol

Phenolic acids

[37]

M9

1.49

C7H6O5

[M–H]–

169.02152

169.01405

−4.42

125.02426

*Gallic acid

Phenolic acids

[38]

M10

2.62

C7H6O4

[M–H]–

153.02661

153.01901

−4.97

109.02924

Gentisic acid

Phenolic acids

[39]

M11

3.08

C6H10O4

[M–H]–

145.05791

145.05620

−1.18

101.06063, 83.05013

Adipic acid

Organic acid

[40]

M12

3.12

C16H18O9

[M–H]–

353.09508

353.08716

−2.24

191.05582, 179.03470, 135.04498

Neochlorogenic acid

Phenylpropanoids

[37]

M13

4.05

C7H6O3

[M–H]–

137.03169

137.02405

−5.58

93.03446

Salicylic acid

Phenylpropanoids

[41]

M14

4.28

C30H26O12

[M+H]+

579.14243

579.14941

1.21

409.09109, 287.05457, 163.03876, 127.03899

Procyanidin B1

Flavonoids

[42]

M15

4.48

C16H18O8

[M–H]–

337.10017

337.09213

−2.39

191.05573, 163.03976, 119.04998

3-p-CoumaRoylquinic acid

Phenylpropanoids

[43]

M16

4.54

C9H8O3

[M–H]–

163.04734

163.03960

−4.75

119.04996

P-Hydroxy-cinnamic acid

Phenylpropanoids

[44]

M17

4.67

C16H12O6

[M+H]+

301.06339

301.07001

2.20

286.04688, 258.05206, 229.04921

Diosmetin

Flavonoids

[45]

M18

4.68

C8H8O5

[M–H]–

183.03717

183.02931

−4.29

168.00607, 140.01128, 124.01627

Methyl gallate

Phenols

[1]

M19

4.87

C16H18O9

[M–H]–

353.09508

353.08670

−2.37

191.05569, 161.02394, 135.04495

Chlorogenic acid

Phenylpropanoids

[21]

M20

4.89

C15H14O6

[M–H]–

289.07904

289.07117

−2.72

245.08150, 203.07112, 123.04498, 109.02930

Catechin

Flavonoids

[13]

M21

4.97

C7H6O3

[M+H]+

139.03169

139.03577

2.93

111.04432, 93.03400, 65.03931

Protocatechualdehyde

Phenols

[46]

M22

5.31

C27H22O18

[M–H]–

633.08061

633.07196

−1.37

300.99826, 275.01923, 229.01360

Corilagin

Phenols

[45]

M23

5.37

C15H10O6

[M+H]

287.04774

287.05453

2.37

177.01813, 137.02327, 121.02857

Fisetin

Flavonoids

[37]

M24

5.58

C9H8O4

[M-H]-

179.04226

179.03448

−4.35

135.04494

Caffeic acid

Phenylpropanoids

[39]

M25

5.94

C27H24O18

[M–H]–

635.09626

635.08783

−1.33

313.05594, 169.01385, 125.02409

1,3,6-Trigalloyl glucose

Phenols

[47]

M26

6.20

C10H10O2

[M+H]

163.06808

163.07507

4.29

131.04916, 103.05463

Methyl cinnamate

Phenylpropanoids

[48]

M27

6.34

C27H30O16

[M+H]

611.15338

611.16010

1.10

449.10773, 303.04956, 287.05469, 85.02901

Kaempferol-3-O-Gentiobioside

Flavonoid glycosides

[49]

M28

6.51

C15H14O6

[M–H]–

289.07904

289.07104

−2.77

245.08153, 203.07101, 123.04419, 109.02931

Epicatechin

Flavonoids

[42]

M29

6.84

C15H10O5

[M+H]

271.05282

271.05966

2.52

243.06497, 215.07007, 149.02325

Genistein

Flavonoids

[35]

M30

7.54

C30H26O12

[M–H]–

577.14243

577.13385

−1.49

407.07642, 289.07129, 161.02412, 125.02417

Procyanidin B2

Flavonoids

[42]

M31

7.65

C8H8O4

[M+H]+

169.04226

169.04921

4.11

151.03888, 125.05983, 111.04436, 65.03933

Isovanillic acid

Phenolic acids

[37]

M32

7.95

C21H20O11

[M+H]+

449.10056

449.10754

1.55

287.05457, 153.0181

Cynaroside

Flavonoid glycosides

[50]

M33

8.21

C21H22O12

[M–H]–

465.11113

465.10269

−1.81

437.10843, 285.03989, 125.02415

Plantagoside

Flavonoid glycosides

[51]

M34

8.22

C15H12O7

[M+H]+

305.05830

305.06512

2.24

287.05444, 259.05991, 153.01817, 123.04425

Taxifolin

Flavonoids

[39]

M35

8.30

C14H8O5

[M+H]+

257.03717

257.04398

2.65

229.04938

Purpurin

Anthraquinones

[52]

M36

8.49

C27H30O16

[M–H]–

609.15338

609.14539

−1.35

429.08124, 284.03210, 255.02946, 227.03459

*Kaempferol-3-O-sophoroside

Flavonoid glycosides

[13]

M37

8.53

C14H6O8

[M–H]–

301.00627

300.99817

−2.72

283.99554, 229.01360

*Ellagic acid

Phenols

[13]

M38

8.71

C26H28O16

[M–H]–

595.13773

595.12927

−1.42

300.02689, 271.02432, 255.02942

Peltatoside

Flavonoid glycosides

[53]

M39

8.71

C22H18O10

[M–H]–

441.09000

441.08151

−1.92

289.07114, 245.08159, 137.02405, 109.02924

(-)-Epicatechin gallate

Flavonoids

[45]

M40

8.97

C27H30O16

[M–H]–

609.15338

609.14508

−1.36

300.02682, 271.02429, 255.02942, 151.00334

Rutin

Flavonoids

[1]

M41

9.00

C15H12O5

[M+H]

273.06847

273.07504

2.41

171.02843, 153.01807, 147.04387, 119.04927

Naringeninchalcone

Flavonoids

[45]

M42

9.05

C28H32O16

[M–H]–

623.16903

623.16034

−1.39

314.04263, 299.01904, 271.02432

Isorhamnetin-3-Rutinoside

Flavonoid glycosides

[54]

M43

9.16

C21H20O12

[M–H]–

463.09548

463.08765

−1.78

300.02695, 271.02444, 255.02954, 151.00336

*Hyperoside

Flavonoid glycosides

[1,55]

M44

9.33

C21H18O13

[M–H]–

477.07474

477.06644

−1.74

301.03491, 169.01402, 151.00342, 125.02422

Miquelianin

Flavonoid glycosides

[5]

M45

9.38

C41H28O27

[M–H]–

951.08180

951.07184

−1.05

613.04590, 300.99832, 273.00351

Geraniin

Phenols

[56]

M46

9.44

C21H20O13

[M–H]–

479.09039

479.08157

−1.84

316.02194, 299.01898, 271.02448, 151.00339

Myricetin 3-O-beta-D-galactopyranoside

Flavonoid glycosides

[57]

M47

9.44

C21H20O12

[M–H]–

463.09548

463.08752

−1.74

300.02698, 271.02438, 255.02948

*Isoquercitrin

Flavonoid glycosides

[1]

M48

10.07

C20H18O11

[M+H]+

435.08491

435.09177

1.58

303.04965, 153.01811, 73.029140

Reynoutrin

Flavonoid glycosides

[58]

M49

10.29

C26H28O15

[M–H]–

579.14282

579.13428

−1.47

284.03204, 255.02943, 227.03459

Leucoside

Flavonoid glycosides

[59]

M50

10.53

C21H20O11

[M–H]–

447.10056

447.09241

−1.82

284.03217, 255.02953, 227.03465

Trifolin

Flavonoid glycosides

[45]

M51

10.70

C27H30O15

[M–H]–

593.15847

593.15045

−1.39

285.04001, 255.02950, 227.03456

*Kaempferol-3-O-rutinoside

Flavonoid glycosides

[1]

M52

10.95

C20H18O11

[M–H]–

433.08491

433.07663

−1.91

300.02695, 271.02438, 255.02948, 151.00336

Quercetin-3-O-Xyloside

Flavonoid glycosides

[1]

M53

10.95

C20H18O11

[M+H]+

435.08491

435.09158

1.53

303.04947

Avicularin

Flavonoid glycosides

[13]

M54

10.95

C15H10O7

[M+H]+

303.04265

303.04944

2.24

229.04936, 153.01814, 137.02327

Morin

Flavonoid

[39]

M55

11.29

C21H18O12

[M–H]–

461.07983

461.07089

−1.94

285.03967, 229.04994, 113.02418, 85.02931

Kaempferol-3-O-glucuronoside

Flavonoid glycosides

[60]

M56

11.33

C21H20O11

[M–H]–

447.10056

447.09256

−1.79

284.03223, 255.02956, 227.03470

Kaempferol-3-O-glucoside

Flavonoid glycosides

[61]

M57

11.48

C21H20O11

[M–H]–

447.10056

447.09262

−1.82

300.02701, 271.02448, 255.02957, 151.00337

*Quercitrin

Flavonoid glycosides

[13]

M58

11.88

C15H12O6

[M–H]–

287.06339

287.05533

−2.81

259.06055, 243.06557, 177.05530, 125.02409

Dihydrokaempferol

Flavonoids

[45]

M59

12.09

C21H22O10

[M–H]–

433.12130

433.11307

−1.90

271.0607, 151.00339, 119.05000

Prunin

Flavonoid glycosides

[62]

M60

12.27

C21H20O12

[M–H]–

463.09548

463.08725

−1.78

301.03461, 178.99818, 151.00330, 107.01363

Spiraeoside

Flavonoid glycosides

[63]

M61

12.51

C20H18O10

[M–H]–

417.09000

417.08191

−1.94

284.03214, 255.02948, 227.03462

Juglalin

Flavonoid glycosides

[13]

M62

12.85

C21H20O11

[M–H]–

447.10056

447.09213

−1.89

284.03189, 151.00323, 107.0136

Kaempferol-7-O-glucoside

Flavonoid glycosides

[60]

M63

14.39

C21H20O10

[M–H]–

431.10565

431.09750

−1.91

285.03992, 255.02950, 227.03461

*Afzelin

Flavonoid glycosides

[13]

M64

14.54

C21H24O10

[M–H]–

435.13695

435.12878

−1.88

273.07645, 167.03471, 123.04498

Phloridzin

Flavonoid glycosides

[45]

M65

17.19

C15H12O6

[M–H]–

287.06339

287.05539

−2.79

151.00333, 135.04491, 107.01366

Eriodictyol

Flavonoids

[64]

M66

18.48

C15H10O7

[M–H]–

301.04265

301.03467

−2.67

178.99820, 151.00334, 121.02925, 107.01366

*Quercetin

Flavonoids

[1]

M67

21.31

C30H26O13

[M–H]–

593.13734

593.12946

−1.36

447.09296, 285.03998, 255.02954, 227.03467

*Tiliroside

Flavonoid glycosides

[61]

M68

21.35

C9H8O3

[M+H]+

165.04734

165.05434

4.24

147.04395, 119.04936, 91.05478

4-Coumaric acid

Phenylpropanoids

[41]

M69

22.88

C15H12O4

[M+H]+

257.07356

257.08044

2.68

153.01811, 131.04915, 103.05463

Pinocembrin

Flavonoids

[45]

M70

23.11

C15H12O5

[M–H]–

271.06847

271.06058

−2.91

177.01913, 151.00337, 119.04999, 107.01367

Naringenin

Flavonoids

[39]

M71

24.09

C15H10O5

[M–H]–

269.05282

269.04489

−2.95

225.05533, 151.00330, 117.03436

Apigenin

Flavonoids

[39]

M72

25.11

C16H12O6

[M–H]–

299.06339

299.05545

−2.65

284.03217, 227.03505, 136.98788

Hispidulin

Flavonoids

[65]

M73

25.32

C15H10O6

[M–H]–

285.04774

285.03989

−2.81

257.04471, 229.05026, 151.00334

*Kaempferol

Flavonoids

[60]

M74

26.73

C9H6O2

[M+H]+

147.03678

147.04378

4.76

119.04935, 91.05477

Coumarin

Phenylpropanoids

[66]

M75

28.95

C18H16O8

[M+H]+

361.08452

361.09125

1.86

331.04443, 303.04959, 151.03888

Centaureidin

Flavonoids

[67]

M76

29.50

C17H14O6

[M+H]+

315.07904

315.08582

2.15

300.06259, 282.05203, 254.05717, 154.02602

Scrophulein/ Cirsimaritin

Flavonoids

[68]

M77

30.03

C30H48O6

[M–H]–

503.34509

503.33691

−1.63

111.08073, 421.31030

Arjungenin

Triterpenes

[69]

M78

30.05

C19H18O8

[M–H]–

373.10017

373.09207

−2.17

358.06909, 343.04535, 285.00366, 257.00900

Casticin

Flavonoids

[70]

M79

30.17

C18H16O7

[M+H]+

345.08960

345.09644

1.98

330.07285, 315.04947, 201.00281, 133.06482

Lysionotin

Flavonoids

[71]

M80

30.29

C16H12O5

[M+H]+

285.06847

285.07529

2.39

270.05191, 242.05705, 153.01805

Glycitein

Flavonoids

[35]

M81

30.31

C17H14O6

[M–H]–

313.07904

313.07098

−2.57

298.04770, 283.02435, 255.02953, 163.00333

Pectolinarigenin

Flavonoids

[72]

M82

30.60

C19H18O8

[M–H]–

373.10017

373.09210

−2.16

358.06891, 328.02194, 285.00363, 241.01399

Chrysosplenetin B

Flavonoids

[73]

M83

30.73

C30H48O5

[M–H]–

487.35017

487.34213

−1.65

469.33154

Asiatic acid

Triterpenes

[74]

M84

31.65

C16H32O3

[M–H]–

271.23514

271.22708

−2.97

253.21635, 225.22192

16-Hydroxyhexadecanoic acid

Fatty acid

[75]

M85

31.74

C18H28O3

[M+H]+

293.20384

293.21030

2.20

275.20013, 149.09596, 107.08582, 79.05482

12-oxophytodienoic acid

Fatty acid

[76]

M86

31.87

C18H30O2

[M+H]+

279.22458

279.23132

2.41

261.22107, 173.13228, 109.10149, 81.07050

α-Eleostearic acid

Fatty acid

[77]

M87

33.09

C20H30O2

[M+H]+

303.22458

303.23129

2.21

285.22089, 175.14809, 119.08578, 81.07054

Eicosapentaenoic acid

Fatty acid

[78]

M88

33.21

C18H30O2

[M+H]+

279.22458

279.23114

2.35

223.16911, 149.02319, 109.10143, 81.07047

α-Linolenic acid

Fatty acid

[61]

M89

33.33

C21H38O4

[M+H]+

355.27701

355.28369

1.88

263.23685, 245.22607, 109.10155, 81.07052

1-Linoleoyl glycerol

Fatty acid

[79]

 

+ +------=_NextPart_000_0076_01C29953.BE473C30 +Content-Type: application/octet-stream; +Content-Transfer-Encoding: base64 +Content-Location: file:///C:/Users/Administrator/AppData/Local/Temp/~tmp{4c46a7ef-bbb5-4f5a-8a53-53a3f4ef455f}134574.files/filelist.xml + +PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9InllcyI/Pg0K +PHhtbCB4bWxuczpvPSJ1cm46c2NoZW1hcy1taWNyb3NvZnQtY29tOm9mZmljZTpvZmZpY2UiPjxv +Ok1haW5GaWxlIEhSZWY9Ii4uL350bXB7NGM0NmE3ZWYtYmJiNS00ZjVhLThhNTMtNTNhM2Y0ZWY0 +NTVmfTEzNDU3NCIvPjxvOkZpbGUgSFJlZj0iZmlsZWxpc3QueG1sIi8+PC94bWw+ + +------=_NextPart_000_0076_01C29953.BE473C30-- \ No newline at end of file diff --git a/src/components/page/components/table/table copy 2.vue b/src/components/page/components/table/table copy 2.vue new file mode 100644 index 0000000..f163449 --- /dev/null +++ b/src/components/page/components/table/table copy 2.vue @@ -0,0 +1,432 @@ + + + + + diff --git a/src/components/page/components/table/table copy 3.vue b/src/components/page/components/table/table copy 3.vue new file mode 100644 index 0000000..d580afd --- /dev/null +++ b/src/components/page/components/table/table copy 3.vue @@ -0,0 +1,657 @@ + + + + + diff --git a/src/components/page/components/table/table copy.vue b/src/components/page/components/table/table copy.vue new file mode 100644 index 0000000..82f1fe2 --- /dev/null +++ b/src/components/page/components/table/table copy.vue @@ -0,0 +1,251 @@ + + + + + diff --git a/src/components/page/components/table/table.vue b/src/components/page/components/table/table.vue new file mode 100644 index 0000000..1decb8b --- /dev/null +++ b/src/components/page/components/table/table.vue @@ -0,0 +1,151 @@ + + + + + diff --git a/src/components/page/components/table/template.txt b/src/components/page/components/table/template.txt new file mode 100644 index 0000000..4e6d6b3 --- /dev/null +++ b/src/components/page/components/table/template.txt @@ -0,0 +1,3241 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

No.

+
+

RT

+

(min)

+
+

Formula

+
+

Adduct

+
+

Theo. (m/z)

+
+

Exp.

+

(m/z)

+
+

Error (ppm)

+
+

MS2 fragment ion

+
+

Potential compound

+
+

Class

+
+

Ref.

+
+

M1

+
+

1.15

+
+

C6H12O7

+
+

[M–H]

+
+

195.05830

+
+

195.05049

+
+

−4.00

+
+

159.02975, 129.01912, 75.00863

+
+

Gluconic acid

+
+

Organic acid

+
+

[33]

+
+

M2

+
+

1.17

+
+

C7H12O6

+
+

[M–H]

+
+

191.06339

+
+

191.05562

+
+

−4.07

+
+

127.03978, 85.02937

+
+

Quinic acid

+
+

Organic acid

+
+

[1]

+
+

M3

+
+

1.17

+
+

C4H6O5

+
+

[M–H]

+
+

133.02152

+
+

133.01899

+
+

−1.90

+
+

115.00346, 89.02427, 71.01373

+
+

DL-Malic acid

+
+

Organic acid

+
+

[34]

+
+

M4

+
+

1.20

+
+

C6H8O7

+
+

[M–H]

+
+

191.02700

+
+

191.01924

+
+

−4.06

+
+

129.01910, 111.00858, 87.00865

+
+

Citric acid

+
+

Organic acid

+
+

[34]

+
+

M5

+
+

1.22

+
+

C5H6O4

+
+

[M–H]

+
+

129.02661

+
+

129.02613

+
+

−0.37

+
+

101.02432, 85.02946

+
+

Glutaconic acid

+
+

Organic acid

+
+

[35]

+
+

M6

+
+

1.32

+
+

C4H6O4

+
+

[M–H]

+
+

117.02661

+
+

117.02104

+
+

−4.76

+
+

73.02940

+
+

Methylmalonic acid

+
+

Organic acid

+
+

[36]

+
+

M7

+
+

1.35

+
+

C6H10O5

+
+

[M–H]

+
+

161.05282

+
+

161.04512

+
+

−4.78

+
+

99.04504, 57.03442

+
+

Meglutol

+
+

Organic acid

+
+

[35]

+
+

M8

+
+

1.49

+
+

C6H6O3

+
+

[M–H]

+
+

125.03169

+
+

125.02802

+
+

−2.94

+
+

97.02926

+
+

Pyrogallol

+
+

Phenolic acids

+
+

[37]

+
+

M9

+
+

1.49

+
+

C7H6O5

+
+

[M–H]

+
+

169.02152

+
+

169.01405

+
+

−4.42

+
+

125.02426

+
+

*Gallic acid

+
+

Phenolic acids

+
+

[38]

+
+

M10

+
+

2.62

+
+

C7H6O4

+
+

[M–H]

+
+

153.02661

+
+

153.01901

+
+

−4.97

+
+

109.02924

+
+

Gentisic acid

+
+

Phenolic acids

+
+

[39]

+
+

M11

+
+

3.08

+
+

C6H10O4

+
+

[M–H]

+
+

145.05791

+
+

145.05620

+
+

−1.18

+
+

101.06063, 83.05013

+
+

Adipic acid

+
+

Organic acid

+
+

[40]

+
+

M12

+
+

3.12

+
+

C16H18O9

+
+

[M–H]

+
+

353.09508

+
+

353.08716

+
+

−2.24

+
+

191.05582, 179.03470, 135.04498

+
+

Neochlorogenic acid

+
+

Phenylpropanoids

+
+

[37]

+
+

M13

+
+

4.05

+
+

C7H6O3

+
+

[M–H]

+
+

137.03169

+
+

137.02405

+
+

−5.58

+
+

93.03446

+
+

Salicylic acid

+
+

Phenylpropanoids

+
+

[41]

+
+

M14

+
+

4.28

+
+

C30H26O12

+
+

[M+H]+

+
+

579.14243

+
+

579.14941

+
+

1.21

+
+

409.09109, 287.05457, 163.03876, 127.03899

+
+

Procyanidin B1

+
+

Flavonoids

+
+

[42]

+
+

M15

+
+

4.48

+
+

C16H18O8

+
+

[M–H]

+
+

337.10017

+
+

337.09213

+
+

−2.39

+
+

191.05573, 163.03976, 119.04998

+
+

3-p-CoumaRoylquinic acid

+
+

Phenylpropanoids

+
+

[43]

+
+

M16

+
+

4.54

+
+

C9H8O3

+
+

[M–H]

+
+

163.04734

+
+

163.03960

+
+

−4.75

+
+

119.04996

+
+

P-Hydroxy-cinnamic acid

+
+

Phenylpropanoids

+
+

[44]

+
+

M17

+
+

4.67

+
+

C16H12O6

+
+

[M+H]+

+
+

301.06339

+
+

301.07001

+
+

2.20

+
+

286.04688, 258.05206, 229.04921

+
+

Diosmetin

+
+

Flavonoids

+
+

[45]

+
+

M18

+
+

4.68

+
+

C8H8O5

+
+

[M–H]

+
+

183.03717

+
+

183.02931

+
+

−4.29

+
+

168.00607, 140.01128, 124.01627

+
+

Methyl gallate

+
+

Phenols

+
+

[1]

+
+

M19

+
+

4.87

+
+

C16H18O9

+
+

[M–H]

+
+

353.09508

+
+

353.08670

+
+

−2.37

+
+

191.05569, 161.02394, 135.04495

+
+

Chlorogenic acid

+
+

Phenylpropanoids

+
+

[21]

+
+

M20

+
+

4.89

+
+

C15H14O6

+
+

[M–H]

+
+

289.07904

+
+

289.07117

+
+

−2.72

+
+

245.08150, 203.07112, 123.04498, 109.02930

+
+

Catechin

+
+

Flavonoids

+
+

[13]

+
+

M21

+
+

4.97

+
+

C7H6O3

+
+

[M+H]+

+
+

139.03169

+
+

139.03577

+
+

2.93

+
+

111.04432, 93.03400, 65.03931

+
+

Protocatechualdehyde

+
+

Phenols

+
+

[46]

+
+

M22

+
+

5.31

+
+

C27H22O18

+
+

[M–H]

+
+

633.08061

+
+

633.07196

+
+

−1.37

+
+

300.99826, 275.01923, 229.01360

+
+

Corilagin

+
+

Phenols

+
+

[45]

+
+

M23

+
+

5.37

+
+

C15H10O6

+
+

[M+H]

+
+

287.04774

+
+

287.05453

+
+

2.37

+
+

177.01813, 137.02327, 121.02857

+
+

Fisetin

+
+

Flavonoids

+
+

[37]

+
+

M24

+
+

5.58

+
+

C9H8O4

+
+

[M-H]-

+
+

179.04226

+
+

179.03448

+
+

−4.35

+
+

135.04494

+
+

Caffeic acid

+
+

Phenylpropanoids

+
+

[39]

+
+

M25

+
+

5.94

+
+

C27H24O18

+
+

[M–H]

+
+

635.09626

+
+

635.08783

+
+

−1.33

+
+

313.05594, 169.01385, 125.02409

+
+

1,3,6-Trigalloyl glucose

+
+

Phenols

+
+

[47]

+
+

M26

+
+

6.20

+
+

C10H10O2

+
+

[M+H]

+
+

163.06808

+
+

163.07507

+
+

4.29

+
+

131.04916, 103.05463

+
+

Methyl cinnamate

+
+

Phenylpropanoids

+
+

[48]

+
+

M27

+
+

6.34

+
+

C27H30O16

+
+

[M+H]

+
+

611.15338

+
+

611.16010

+
+

1.10

+
+

449.10773, 303.04956, 287.05469, 85.02901

+
+

Kaempferol-3-O-Gentiobioside

+
+

Flavonoid glycosides

+
+

[49]

+
+

M28

+
+

6.51

+
+

C15H14O6

+
+

[M–H]

+
+

289.07904

+
+

289.07104

+
+

−2.77

+
+

245.08153, 203.07101, 123.04419, 109.02931

+
+

Epicatechin

+
+

Flavonoids

+
+

[42]

+
+

M29

+
+

6.84

+
+

C15H10O5

+
+

[M+H]

+
+

271.05282

+
+

271.05966

+
+

2.52

+
+

243.06497, 215.07007, 149.02325

+
+

Genistein

+
+

Flavonoids

+
+

[35]

+
+

M30

+
+

7.54

+
+

C30H26O12

+
+

[M–H]

+
+

577.14243

+
+

577.13385

+
+

−1.49

+
+

407.07642, 289.07129, 161.02412, 125.02417

+
+

Procyanidin B2

+
+

Flavonoids

+
+

[42]

+
+

M31

+
+

7.65

+
+

C8H8O4

+
+

[M+H]+

+
+

169.04226

+
+

169.04921

+
+

4.11

+
+

151.03888, 125.05983, 111.04436, 65.03933

+
+

Isovanillic acid

+
+

Phenolic acids

+
+

[37]

+
+

M32

+
+

7.95

+
+

C21H20O11

+
+

[M+H]+

+
+

449.10056

+
+

449.10754

+
+

1.55

+
+

287.05457, 153.0181

+
+

Cynaroside

+
+

Flavonoid glycosides

+
+

[50]

+
+

M33

+
+

8.21

+
+

C21H22O12

+
+

[M–H]

+
+

465.11113

+
+

465.10269

+
+

−1.81

+
+

437.10843, 285.03989, 125.02415

+
+

Plantagoside

+
+

Flavonoid glycosides

+
+

[51]

+
+

M34

+
+

8.22

+
+

C15H12O7

+
+

[M+H]+

+
+

305.05830

+
+

305.06512

+
+

2.24

+
+

287.05444, 259.05991, 153.01817, 123.04425

+
+

Taxifolin

+
+

Flavonoids

+
+

[39]

+
+

M35

+
+

8.30

+
+

C14H8O5

+
+

[M+H]+

+
+

257.03717

+
+

257.04398

+
+

2.65

+
+

229.04938

+
+

Purpurin

+
+

Anthraquinones

+
+

[52]

+
+

M36

+
+

8.49

+
+

C27H30O16

+
+

[M–H]

+
+

609.15338

+
+

609.14539

+
+

−1.35

+
+

429.08124, 284.03210, 255.02946, 227.03459

+
+

*Kaempferol-3-O-sophoroside

+
+

Flavonoid glycosides

+
+

[13]

+
+

M37

+
+

8.53

+
+

C14H6O8

+
+

[M–H]

+
+

301.00627

+
+

300.99817

+
+

−2.72

+
+

283.99554, 229.01360

+
+

*Ellagic acid

+
+

Phenols

+
+

[13]

+
+

M38

+
+

8.71

+
+

C26H28O16

+
+

[M–H]

+
+

595.13773

+
+

595.12927

+
+

−1.42

+
+

300.02689, 271.02432, 255.02942

+
+

Peltatoside

+
+

Flavonoid glycosides

+
+

[53]

+
+

M39

+
+

8.71

+
+

C22H18O10

+
+

[M–H]

+
+

441.09000

+
+

441.08151

+
+

−1.92

+
+

289.07114, 245.08159, 137.02405, 109.02924

+
+

(-)-Epicatechin gallate

+
+

Flavonoids

+
+

[45]

+
+

M40

+
+

8.97

+
+

C27H30O16

+
+

[M–H]

+
+

609.15338

+
+

609.14508

+
+

−1.36

+
+

300.02682, 271.02429, 255.02942, 151.00334

+
+

Rutin

+
+

Flavonoids

+
+

[1]

+
+

M41

+
+

9.00

+
+

C15H12O5

+
+

[M+H]

+
+

273.06847

+
+

273.07504

+
+

2.41

+
+

171.02843, 153.01807, 147.04387, 119.04927

+
+

Naringeninchalcone

+
+

Flavonoids

+
+

[45]

+
+

M42

+
+

9.05

+
+

C28H32O16

+
+

[M–H]

+
+

623.16903

+
+

623.16034

+
+

−1.39

+
+

314.04263, 299.01904, 271.02432

+
+

Isorhamnetin-3-Rutinoside

+
+

Flavonoid glycosides

+
+

[54]

+
+

M43

+
+

9.16

+
+

C21H20O12

+
+

[M–H]

+
+

463.09548

+
+

463.08765

+
+

−1.78

+
+

300.02695, 271.02444, 255.02954, 151.00336

+
+

*Hyperoside

+
+

Flavonoid glycosides

+
+

[1,55]

+
+

M44

+
+

9.33

+
+

C21H18O13

+
+

[M–H]

+
+

477.07474

+
+

477.06644

+
+

−1.74

+
+

301.03491, 169.01402, 151.00342, 125.02422

+
+

Miquelianin

+
+

Flavonoid glycosides

+
+

[5]

+
+

M45

+
+

9.38

+
+

C41H28O27

+
+

[M–H]

+
+

951.08180

+
+

951.07184

+
+

−1.05

+
+

613.04590, 300.99832, 273.00351

+
+

Geraniin

+
+

Phenols

+
+

[56]

+
+

M46

+
+

9.44

+
+

C21H20O13

+
+

[M–H]

+
+

479.09039

+
+

479.08157

+
+

−1.84

+
+

316.02194, 299.01898, 271.02448, 151.00339

+
+

Myricetin 3-O-beta-D-galactopyranoside

+
+

Flavonoid glycosides

+
+

[57]

+
+

M47

+
+

9.44

+
+

C21H20O12

+
+

[M–H]

+
+

463.09548

+
+

463.08752

+
+

−1.74

+
+

300.02698, 271.02438, 255.02948

+
+

*Isoquercitrin

+
+

Flavonoid glycosides

+
+

[1]

+
+

M48

+
+

10.07

+
+

C20H18O11

+
+

[M+H]+

+
+

435.08491

+
+

435.09177

+
+

1.58

+
+

303.04965, 153.01811, 73.029140

+
+

Reynoutrin

+
+

Flavonoid glycosides

+
+

[58]

+
+

M49

+
+

10.29

+
+

C26H28O15

+
+

[M–H]

+
+

579.14282

+
+

579.13428

+
+

−1.47

+
+

284.03204, 255.02943, 227.03459

+
+

Leucoside

+
+

Flavonoid glycosides

+
+

[59]

+
+

M50

+
+

10.53

+
+

C21H20O11

+
+

[M–H]

+
+

447.10056

+
+

447.09241

+
+

−1.82

+
+

284.03217, 255.02953, 227.03465

+
+

Trifolin

+
+

Flavonoid glycosides

+
+

[45]

+
+

M51

+
+

10.70

+
+

C27H30O15

+
+

[M–H]

+
+

593.15847

+
+

593.15045

+
+

−1.39

+
+

285.04001, 255.02950, 227.03456

+
+

*Kaempferol-3-O-rutinoside

+
+

Flavonoid glycosides

+
+

[1]

+
+

M52

+
+

10.95

+
+

C20H18O11

+
+

[M–H]

+
+

433.08491

+
+

433.07663

+
+

−1.91

+
+

300.02695, 271.02438, 255.02948, 151.00336

+
+

Quercetin-3-O-Xyloside

+
+

Flavonoid glycosides

+
+

[1]

+
+

M53

+
+

10.95

+
+

C20H18O11

+
+

[M+H]+

+
+

435.08491

+
+

435.09158

+
+

1.53

+
+

303.04947

+
+

Avicularin

+
+

Flavonoid glycosides

+
+

[13]

+
+

M54

+
+

10.95

+
+

C15H10O7

+
+

[M+H]+

+
+

303.04265

+
+

303.04944

+
+

2.24

+
+

229.04936, 153.01814, 137.02327

+
+

Morin

+
+

Flavonoid

+
+

[39]

+
+

M55

+
+

11.29

+
+

C21H18O12

+
+

[M–H]

+
+

461.07983

+
+

461.07089

+
+

−1.94

+
+

285.03967, 229.04994, 113.02418, 85.02931

+
+

Kaempferol-3-O-glucuronoside

+
+

Flavonoid glycosides

+
+

[60]

+
+

M56

+
+

11.33

+
+

C21H20O11

+
+

[M–H]

+
+

447.10056

+
+

447.09256

+
+

−1.79

+
+

284.03223, 255.02956, 227.03470

+
+

Kaempferol-3-O-glucoside

+
+

Flavonoid glycosides

+
+

[61]

+
+

M57

+
+

11.48

+
+

C21H20O11

+
+

[M–H]

+
+

447.10056

+
+

447.09262

+
+

−1.82

+
+

300.02701, 271.02448, 255.02957, 151.00337

+
+

*Quercitrin

+
+

Flavonoid glycosides

+
+

[13]

+
+

M58

+
+

11.88

+
+

C15H12O6

+
+

[M–H]

+
+

287.06339

+
+

287.05533

+
+

−2.81

+
+

259.06055, 243.06557, 177.05530, 125.02409

+
+

Dihydrokaempferol

+
+

Flavonoids

+
+

[45]

+
+

M59

+
+

12.09

+
+

C21H22O10

+
+

[M–H]

+
+

433.12130

+
+

433.11307

+
+

−1.90

+
+

271.0607, 151.00339, 119.05000

+
+

Prunin

+
+

Flavonoid glycosides

+
+

[62]

+
+

M60

+
+

12.27

+
+

C21H20O12

+
+

[M–H]

+
+

463.09548

+
+

463.08725

+
+

−1.78

+
+

301.03461, 178.99818, 151.00330, 107.01363

+
+

Spiraeoside

+
+

Flavonoid glycosides

+
+

[63]

+
+

M61

+
+

12.51

+
+

C20H18O10

+
+

[M–H]

+
+

417.09000

+
+

417.08191

+
+

−1.94

+
+

284.03214, 255.02948, 227.03462

+
+

Juglalin

+
+

Flavonoid glycosides

+
+

[13]

+
+

M62

+
+

12.85

+
+

C21H20O11

+
+

[M–H]

+
+

447.10056

+
+

447.09213

+
+

−1.89

+
+

284.03189, 151.00323, 107.0136

+
+

Kaempferol-7-O-glucoside

+
+

Flavonoid glycosides

+
+

[60]

+
+

M63

+
+

14.39

+
+

C21H20O10

+
+

[M–H]

+
+

431.10565

+
+

431.09750

+
+

−1.91

+
+

285.03992, 255.02950, 227.03461

+
+

*Afzelin

+
+

Flavonoid glycosides

+
+

[13]

+
+

M64

+
+

14.54

+
+

C21H24O10

+
+

[M–H]

+
+

435.13695

+
+

435.12878

+
+

−1.88

+
+

273.07645, 167.03471, 123.04498

+
+

Phloridzin

+
+

Flavonoid glycosides

+
+

[45]

+
+

M65

+
+

17.19

+
+

C15H12O6

+
+

[M–H]

+
+

287.06339

+
+

287.05539

+
+

−2.79

+
+

151.00333, 135.04491, 107.01366

+
+

Eriodictyol

+
+

Flavonoids

+
+

[64]

+
+

M66

+
+

18.48

+
+

C15H10O7

+
+

[M–H]

+
+

301.04265

+
+

301.03467

+
+

−2.67

+
+

178.99820, 151.00334, 121.02925, 107.01366

+
+

*Quercetin

+
+

Flavonoids

+
+

[1]

+
+

M67

+
+

21.31

+
+

C30H26O13

+
+

[M–H]

+
+

593.13734

+
+

593.12946

+
+

−1.36

+
+

447.09296, 285.03998, 255.02954, 227.03467

+
+

*Tiliroside

+
+

Flavonoid glycosides

+
+

[61]

+
+

M68

+
+

21.35

+
+

C9H8O3

+
+

[M+H]+

+
+

165.04734

+
+

165.05434

+
+

4.24

+
+

147.04395, 119.04936, 91.05478

+
+

4-Coumaric acid

+
+

Phenylpropanoids

+
+

[41]

+
+

M69

+
+

22.88

+
+

C15H12O4

+
+

[M+H]+

+
+

257.07356

+
+

257.08044

+
+

2.68

+
+

153.01811, 131.04915, 103.05463

+
+

Pinocembrin

+
+

Flavonoids

+
+

[45]

+
+

M70

+
+

23.11

+
+

C15H12O5

+
+

[M–H]

+
+

271.06847

+
+

271.06058

+
+

−2.91

+
+

177.01913, 151.00337, 119.04999, 107.01367

+
+

Naringenin

+
+

Flavonoids

+
+

[39]

+
+

M71

+
+

24.09

+
+

C15H10O5

+
+

[M–H]

+
+

269.05282

+
+

269.04489

+
+

−2.95

+
+

225.05533, 151.00330, 117.03436

+
+

Apigenin

+
+

Flavonoids

+
+

[39]

+
+

M72

+
+

25.11

+
+

C16H12O6

+
+

[M–H]

+
+

299.06339

+
+

299.05545

+
+

−2.65

+
+

284.03217, 227.03505, 136.98788

+
+

Hispidulin

+
+

Flavonoids

+
+

[65]

+
+

M73

+
+

25.32

+
+

C15H10O6

+
+

[M–H]

+
+

285.04774

+
+

285.03989

+
+

−2.81

+
+

257.04471, 229.05026, 151.00334

+
+

*Kaempferol

+
+

Flavonoids

+
+

[60]

+
+

M74

+
+

26.73

+
+

C9H6O2

+
+

[M+H]+

+
+

147.03678

+
+

147.04378

+
+

4.76

+
+

119.04935, 91.05477

+
+

Coumarin

+
+

Phenylpropanoids

+
+

[66]

+
+

M75

+
+

28.95

+
+

C18H16O8

+
+

[M+H]+

+
+

361.08452

+
+

361.09125

+
+

1.86

+
+

331.04443, 303.04959, 151.03888

+
+

Centaureidin

+
+

Flavonoids

+
+

[67]

+
+

M76

+
+

29.50

+
+

C17H14O6

+
+

[M+H]+

+
+

315.07904

+
+

315.08582

+
+

2.15

+
+

300.06259, 282.05203, 254.05717, 154.02602

+
+

Scrophulein/ Cirsimaritin

+
+

Flavonoids

+
+

[68]

+
+

M77

+
+

30.03

+
+

C30H48O6

+
+

[M–H]

+
+

503.34509

+
+

503.33691

+
+

−1.63

+
+

111.08073, 421.31030

+
+

Arjungenin

+
+

Triterpenes

+
+

[69]

+
+

M78

+
+

30.05

+
+

C19H18O8

+
+

[M–H]

+
+

373.10017

+
+

373.09207

+
+

−2.17

+
+

358.06909, 343.04535, 285.00366, 257.00900

+
+

Casticin

+
+

Flavonoids

+
+

[70]

+
+

M79

+
+

30.17

+
+

C18H16O7

+
+

[M+H]+

+
+

345.08960

+
+

345.09644

+
+

1.98

+
+

330.07285, 315.04947, 201.00281, 133.06482

+
+

Lysionotin

+
+

Flavonoids

+
+

[71]

+
+

M80

+
+

30.29

+
+

C16H12O5

+
+

[M+H]+

+
+

285.06847

+
+

285.07529

+
+

2.39

+
+

270.05191, 242.05705, 153.01805

+
+

Glycitein

+
+

Flavonoids

+
+

[35]

+
+

M81

+
+

30.31

+
+

C17H14O6

+
+

[M–H]

+
+

313.07904

+
+

313.07098

+
+

−2.57

+
+

298.04770, 283.02435, 255.02953, 163.00333

+
+

Pectolinarigenin

+
+

Flavonoids

+
+

[72]

+
+

M82

+
+

30.60

+
+

C19H18O8

+
+

[M–H]

+
+

373.10017

+
+

373.09210

+
+

−2.16

+
+

358.06891, 328.02194, 285.00363, 241.01399

+
+

Chrysosplenetin B

+
+

Flavonoids

+
+

[73]

+
+

M83

+
+

30.73

+
+

C30H48O5

+
+

[M–H]

+
+

487.35017

+
+

487.34213

+
+

−1.65

+
+

469.33154

+
+

Asiatic acid

+
+

Triterpenes

+
+

[74]

+
+

M84

+
+

31.65

+
+

C16H32O3

+
+

[M–H]

+
+

271.23514

+
+

271.22708

+
+

−2.97

+
+

253.21635, 225.22192

+
+

16-Hydroxyhexadecanoic acid

+
+

Fatty acid

+
+

[75]

+
+

M85

+
+

31.74

+
+

C18H28O3

+
+

[M+H]+

+
+

293.20384

+
+

293.21030

+
+

2.20

+
+

275.20013, 149.09596, 107.08582, 79.05482

+
+

12-oxophytodienoic acid

+
+

Fatty acid

+
+

[76]

+
+

M86

+
+

31.87

+
+

C18H30O2

+
+

[M+H]+

+
+

279.22458

+
+

279.23132

+
+

2.41

+
+

261.22107, 173.13228, 109.10149, 81.07050

+
+

α-Eleostearic acid

+
+

Fatty acid

+
+

[77]

+
+

M87

+
+

33.09

+
+

C20H30O2

+
+

[M+H]+

+
+

303.22458

+
+

303.23129

+
+

2.21

+
+

285.22089, 175.14809, 119.08578, 81.07054

+
+

Eicosapentaenoic acid

+
+

Fatty acid

+
+

[78]

+
+

M88

+
+

33.21

+
+

C18H30O2

+
+

[M+H]+

+
+

279.22458

+
+

279.23114

+
+

2.35

+
+

223.16911, 149.02319, 109.10143, 81.07047

+
+

α-Linolenic acid

+
+

Fatty acid

+
+

[61]

+
+

M89

+
+

33.33

+
+

C21H38O4

+
+

[M+H]+

+
+

355.27701

+
+

355.28369

+
+

1.88

+
+

263.23685, 245.22607, 109.10155, 81.07052

+
+

1-Linoleoyl glycerol

+
+

Fatty acid

+
+

[79]

+
+

+ + \ No newline at end of file diff --git a/src/main.js b/src/main.js index 7ac5975..1ae7193 100644 --- a/src/main.js +++ b/src/main.js @@ -15,6 +15,10 @@ import Common from './components/common/common' Vue.prototype.$validateString = function (str) { return /^[a-zA-Z\s-]+$/.test(str); } +import VXETable from 'vxe-table' +import 'vxe-table/lib/style.css' + +Vue.use(VXETable) // 引入富文本编辑器 import VueQuillEditor from 'vue-quill-editor' @@ -62,6 +66,12 @@ Vue.prototype.$echarts = echarts Vue.prototype.$api = api Vue.config.productionTip = false; +import Editor from "@tinymce/tinymce-vue"; // 默认导入 + +Vue.component("Editor", Editor); + +import commonTable from '@/components/page/components/table/table.vue' +Vue.component('common-table', commonTable); Vue.use(VueI18n); Vue.use(ElementUI, { size: 'small', diff --git a/src/router/index.js b/src/router/index.js index 330896f..0196b22 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -942,6 +942,13 @@ export default new Router({ title: 'Reference Workflow' } }, + { + path: '/GenerateCharts', //用户端预收录-引用编辑 + component: () => import('../components/page/GenerateCharts'), + meta: { + title: 'Generate Charts' + } + }, { name: 'PreIngestedEditor', path: '/PreIngestedEditor', // 编辑端 - 预收录编辑页面 diff --git a/vue.config.js b/vue.config.js index c961dea..c2b24ac 100644 --- a/vue.config.js +++ b/vue.config.js @@ -72,9 +72,9 @@ module.exports = { // target: 'https://www.tmrjournals.cn', // target: 'http://www.tougao.com/public/index.php/', // target: 'http://www.tougao.com/', - target: 'http://192.168.110.110/tougao/public/index.php/', + // target: 'http://192.168.110.110/tougao/public/index.php/', // target: 'http://api.tmrjournals.com/public/index.php/',//正式 - // target: 'https://submission.tmrjournals.com/',//正式 + target: 'https://submission.tmrjournals.com/',//正式 changeOrigin: true, pathRewrite: { '^/api': ''