标题居左

This commit is contained in:
liuye
2022-04-26 16:04:04 +08:00
parent fa64373189
commit abdeeef32f

View File

@@ -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'},