From a0e7bdd8b9819099901e34bcc2dae0d61562a865 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Mon, 27 Jul 2020 23:06:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E6=96=87=E6=A1=A3-=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E6=9B=B4=E6=96=B0=20=E7=AC=94=E8=AE=B0?= =?UTF-8?q?=E5=88=97=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.js | 6 ++++++ pages/index/document.vue | 18 ++++++----------- pages/index/note.vue | 43 +++++++++++++++++++++++++++++++++++----- 3 files changed, 50 insertions(+), 17 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 540f947..f49b0b0 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -105,6 +105,7 @@ export default { "del": "删除", "edit": "编辑", "ok": "确定", + "query": "查询", "rating": "提交评分", "submit": "提交" }, @@ -143,6 +144,7 @@ export default { }, "form": { "author": "作者", + "content": "正文内容", "end_year": "结束年份", "keyword": "关键词", "school": "学校", @@ -169,6 +171,7 @@ export default { "more_query": "更多查询", "note": { "table": { + "note_content": "笔记内容", "note_name": "笔记名称", "paper_name": "论文标题" }, @@ -240,6 +243,7 @@ export default { "del": "", "edit": "", "ok": "", + "query": "", "rating": "", "submit": "" }, @@ -278,6 +282,7 @@ export default { }, "form": { "author": "", + "content": "", "end_year": "", "keyword": "", "school": "", @@ -304,6 +309,7 @@ export default { "more_query": "", "note": { "table": { + "note_content": "", "note_name": "", "paper_name": "" }, diff --git a/pages/index/document.vue b/pages/index/document.vue index 637b225..399f305 100644 --- a/pages/index/document.vue +++ b/pages/index/document.vue @@ -1,6 +1,6 @@