From d3b5496aba14ea63e34f43f39ea0c3a71d8f07b9 Mon Sep 17 00:00:00 2001 From: WangHao <43278047@qq.com> Date: Sun, 6 Sep 2020 19:43:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B9=A6=E7=AD=BE=20?= =?UTF-8?q?=E5=A4=84=E7=90=86=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/bookmark/content/index.vue | 55 +++++-- ruoyi-ui/src/views/bookmark/index/index.vue | 138 +++++++++++++++--- .../service/impl/SqBookmarkServiceImpl.java | 50 ++++++- 3 files changed, 210 insertions(+), 33 deletions(-) diff --git a/ruoyi-ui/src/views/bookmark/content/index.vue b/ruoyi-ui/src/views/bookmark/content/index.vue index 257d452cf..b95666401 100644 --- a/ruoyi-ui/src/views/bookmark/content/index.vue +++ b/ruoyi-ui/src/views/bookmark/content/index.vue @@ -120,6 +120,9 @@ + + + @@ -132,8 +135,6 @@ :disable-transitions="false" @close="taghandleClose(tag.tagId)" v-if="tag.name!='TAGDELETE'" - - > {{tag.name}} @@ -147,17 +148,32 @@ @blur="handleInputConfirm" > - + New Tag + + 新增标签 - + - - - - + - + + {{item.name}} + + + + + {{item.name}} + + + + + + + + + +