邻里互助

This commit is contained in:
liuye
2023-03-16 17:03:24 +08:00
parent a6122f481d
commit 024efa9bcb

View File

@@ -68,7 +68,7 @@
total: 10,
colConfigs: [
{ prop: 'title', label: '话题名称', align: 'left', width: '200' },
{ prop: 'description', label: '话题描述', align: 'left'},
{ prop: 'description', label: '话题描述', align: 'left', 'show-overflow-tooltip': true},
{ prop: 'partakeCount', label: '参与话题数', align: 'center', width: '120' },
{ prop: 'showIndex', label: '排序', align: 'center', width: '120' },
{ prop: 'createUserName', label: '创建人', align: 'center', width: '120' },