邻里互助
This commit is contained in:
@@ -89,11 +89,11 @@
|
||||
size: 10,
|
||||
},
|
||||
colConfigs: [
|
||||
{ slot: 'index', label: '序号'},
|
||||
{ slot: 'index', label: '序号', align: 'center'},
|
||||
{ slot: 'urlList' },
|
||||
{ prop: 'title', label: '引导页名称' },
|
||||
{ prop: 'createTime', label: '创建时间', width: '200' },
|
||||
{ prop: 'createUserName', label: '创建人', width: '200' },
|
||||
{ prop: 'title', label: '引导页名称', align: 'center' },
|
||||
{ prop: 'createTime', label: '创建时间', width: '200', align: 'center' },
|
||||
{ prop: 'createUserName', label: '创建人', width: '200', align: 'center' },
|
||||
{ slot: 'option'}
|
||||
],
|
||||
tableData: [],
|
||||
|
||||
Reference in New Issue
Block a user