From abdeeef32f559a5cb79104ce6eee42177d12c58b Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 26 Apr 2022 16:04:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E9=A2=98=E5=B1=85=E5=B7=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/jianping/AppPublicizeInformation/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jianping/AppPublicizeInformation/List.vue b/packages/jianping/AppPublicizeInformation/List.vue index cf9bc660..2794250e 100644 --- a/packages/jianping/AppPublicizeInformation/List.vue +++ b/packages/jianping/AppPublicizeInformation/List.vue @@ -98,7 +98,7 @@ export default { newPage: {current: 1, size: 10, total: 0}, tableData: [], colConfigs: [ - {label: "标题", prop: "title", align: "center"}, + {label: "标题", prop: "title"}, {label: "地区", prop: "areaName", align: "center", width: '150px'}, {label: "浏览次数", prop: "viewCount", align: "center", width: '100px'}, {label: "发布人", prop: "createUserName", align: "center", width: '100px'},