From eb30fc4b1a342e1e918157b93f372fd311e35fc4 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sat, 22 Aug 2020 13:11:40 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=AC=E5=91=8A?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=AD=97=E6=AE=B5=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/{ry_20200724.sql => ry_20200822.sql} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sql/{ry_20200724.sql => ry_20200822.sql} (98%) diff --git a/sql/ry_20200724.sql b/sql/ry_20200822.sql similarity index 98% rename from sql/ry_20200724.sql rename to sql/ry_20200822.sql index 6b075b21..ce6a5d7e 100644 --- a/sql/ry_20200724.sql +++ b/sql/ry_20200822.sql @@ -603,7 +603,7 @@ create table sys_notice ( notice_id int(4) not null auto_increment comment '公告ID', notice_title varchar(50) not null comment '公告标题', notice_type char(1) not null comment '公告类型(1通知 2公告)', - notice_content varchar(2000) default null comment '公告内容', + notice_content blob default null comment '公告内容', status char(1) default '0' comment '公告状态(0正常 1关闭)', create_by varchar(64) default '' comment '创建者', create_time datetime comment '创建时间', From fa5596bb2091089fb69a99f38d794a490734180e Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sat, 22 Aug 2020 13:18:41 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Editor=E7=BB=84=E4=BB=B6=E4=BC=98=E5=8C=96?= =?UTF-8?q?=EF=BC=8C=E6=94=AF=E6=8C=81=E8=87=AA=E5=AE=9A=E4=B9=89=E9=AB=98?= =?UTF-8?q?=E5=BA=A6&=E5=9B=BE=E7=89=87=E5=86=B2=E7=AA=81=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/components/Editor/index.vue | 207 +++++++++------------ ruoyi-ui/src/views/system/notice/index.vue | 4 +- 2 files changed, 90 insertions(+), 121 deletions(-) diff --git a/ruoyi-ui/src/components/Editor/index.vue b/ruoyi-ui/src/components/Editor/index.vue index 7fadf6f6..6eb2687f 100644 --- a/ruoyi-ui/src/components/Editor/index.vue +++ b/ruoyi-ui/src/components/Editor/index.vue @@ -1,153 +1,122 @@ +