From eb2d6d1111a2b76ac4c3af7d6ea8b39079d2ef89 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 04 Mar 2024 13:51:51 +0800
Subject: [PATCH] 系统运维-邮箱管理增加邮箱模板和邮箱发送记录页面
---
src/views/article/rotation.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/views/article/rotation.vue b/src/views/article/rotation.vue
index 292265a..04775e6 100644
--- a/src/views/article/rotation.vue
+++ b/src/views/article/rotation.vue
@@ -44,7 +44,7 @@
calcHeight: 54,
dialogWidth: 950,
tip: false,
- border: false,
+ border: true,
//stripe:true,
index: true,
viewBtn: true,
@@ -59,9 +59,11 @@
searchSpan: 4,
search: true,
searchLabelWidth: 46,
+ labelWidth:100,
},
{
width: 110,
+ labelWidth:100,
label: "类型",
prop: "type",
span: 12,
@@ -81,6 +83,7 @@
},
{
width: 156,
+ labelWidth:100,
overHidden: true,
label: "所属社区",
parent: false,
@@ -107,9 +110,11 @@
label: "跳转地址",
prop: "junpUrl",
span: 12,
+ labelWidth:100,
},
{
width: 110,
+ labelWidth:100,
label: "图片",
prop: "url",
type: "upload",
@@ -124,6 +129,7 @@
},
{
width: 144,
+ labelWidth:100,
label: "时间",
prop: "createTime",
addDisplay: false,
--
Gitblit v1.9.3