From 9d03836652a7e066e2b7916ff97b22aeec80ff61 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Mon, 25 May 2020 15:20:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9PC=E7=AB=AF=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E9=A1=B5=E9=9D=A2=E7=9B=B8=E5=85=B3=E6=96=87?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5=EF=BC=8C?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=94=BF=E7=AD=96=E6=B3=95=E8=A7=84=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/news/notice-add-or-update.vue | 10 +++++----- src/views/modules/news/notice.vue | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/modules/news/notice-add-or-update.vue b/src/views/modules/news/notice-add-or-update.vue index ab10df9..c19885c 100644 --- a/src/views/modules/news/notice-add-or-update.vue +++ b/src/views/modules/news/notice-add-or-update.vue @@ -15,15 +15,15 @@ clearable collapse-tags> - + placeholder="标题"> + label="内容">
10000) { return this.$message.error('您输入的的内容已超过字数不能提交') } else if (this.dataForm.noticeContent.length === 0) { - return this.$message.error('通知内容不能空') + return this.$message.error('内容不能空') } } else { - return this.$message.error('通知内容不能为空') + return this.$message.error('内容不能为空') } this.$refs['dataForm'].validate((valid) => { if (!valid) { diff --git a/src/views/modules/news/notice.vue b/src/views/modules/news/notice.vue index 8f622d3..fa7d797 100644 --- a/src/views/modules/news/notice.vue +++ b/src/views/modules/news/notice.vue @@ -7,7 +7,7 @@ @keyup.enter.native="getDataList()"> @@ -33,12 +33,12 @@ header-align="center" align="center">