From a8885bf2ee91ff705eeaa6dea99a9ca4e725f2cc Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Mon, 17 Jul 2023 14:27:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=BF=E4=BB=B6=E8=AF=A6=E6=83=85=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=E6=A1=86=E6=B7=BB=E5=8A=A0=E4=BA=A4=E4=BA=92=20?= =?UTF-8?q?=E5=88=9B=E5=BB=BAhtml=E6=B5=81=E7=A8=8B=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/articleDetailEditor.vue | 18 +++++- src/components/page/articleListEditor_E.vue | 68 +++++++++++---------- src/components/page/editPublicRefRdit.vue | 5 +- src/components/page/time_talk.vue | 3 +- 4 files changed, 59 insertions(+), 35 deletions(-) diff --git a/src/components/page/articleDetailEditor.vue b/src/components/page/articleDetailEditor.vue index 229b236..1581fdb 100644 --- a/src/components/page/articleDetailEditor.vue +++ b/src/components/page/articleDetailEditor.vue @@ -266,7 +266,7 @@ - +

Manuscript Tracking

@@ -661,7 +661,7 @@ return str; } }, - methods: { + methods: { //弹出编辑框 testvis() { this.editVisible = true; @@ -864,6 +864,20 @@ }); }, + // 获取留言列表 + getTalkList(){ + this.$api + .post('api/Article/getArticleDialogs', { + article_id: this.$route.query.id + }) + .then((res) => { + this.talkMsgs = res.data.dialogs; + }) + .catch((err) => { + console.log(err); + }); + }, + // H指数修改 HIndexEdit(row) { this.HEditVisible = true diff --git a/src/components/page/articleListEditor_E.vue b/src/components/page/articleListEditor_E.vue index ed97fed..db531b4 100644 --- a/src/components/page/articleListEditor_E.vue +++ b/src/components/page/articleListEditor_E.vue @@ -230,10 +230,6 @@ Html Layout : No Layout Typesetting completed - Edit Html Proofread @@ -242,12 +238,15 @@
- 使用稿件最终版生成html - 重新上传word文件生成html - - Create Html Proofread + Use last manuscirpt version + Use new file upload + + +
+ Create Html Proofread +
-
+
--> -
- + Create Html Proofread +
-
-
-

-

- - {{item.note}} - -

-
-
+
+
+

+

+ + {{item.note}} +

+
+
+