From 1fa7a997c8e5b7e3a60a64481645512f29133d91 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 15 Aug 2024 10:25:17 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E9=A3=9E=E4=B9=A6=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=A2=9E=E5=8A=A0=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E5=92=8C=E6=A0=87=E9=A2=98=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../NotSentSuccessfullyMessage.vue | 73 ++++++++++--------- 1 file changed, 40 insertions(+), 33 deletions(-) diff --git a/src/views/system/notSentSuccessfullyMessage/NotSentSuccessfullyMessage.vue b/src/views/system/notSentSuccessfullyMessage/NotSentSuccessfullyMessage.vue index f9da31b..e604be9 100644 --- a/src/views/system/notSentSuccessfullyMessage/NotSentSuccessfullyMessage.vue +++ b/src/views/system/notSentSuccessfullyMessage/NotSentSuccessfullyMessage.vue @@ -2,40 +2,40 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+ + + + + + + + + + + + + + + + + + + + +
+ {{ $t('query') }} + {{ $t('reset') }} +
- - - +
+
+
@@ -95,6 +95,13 @@ export default { dataIndex: 'state_dictText', scopedSlots: { customRender: 'text' } }, + { // 标题 + title: this.$t('title'), + align: 'center', + width: 180, + dataIndex: 'title', + scopedSlots: { customRender: 'text' } + }, { // 推送内容 title: this.$t('system.notSentMessage.pushContent'), align: 'center',