|
@ -15,6 +15,8 @@ export default { |
|
|
return { |
|
|
return { |
|
|
headerList: [ |
|
|
headerList: [ |
|
|
{ width: '100%', title: '序号' }, |
|
|
{ width: '100%', title: '序号' }, |
|
|
|
|
|
{ width: '200%', title: '专项组' }, |
|
|
|
|
|
{ width: '200%', title: '组长/成员' }, |
|
|
{ width: '200%', title: '姓名' }, |
|
|
{ width: '200%', title: '姓名' }, |
|
|
{ width: '200%', title: '职务' } |
|
|
{ width: '200%', title: '职务' } |
|
|
], |
|
|
], |
|
@ -42,7 +44,7 @@ export default { |
|
|
console.log('获取街道一站式矛盾纠纷多元化解中心列表', res) |
|
|
console.log('获取街道一站式矛盾纠纷多元化解中心列表', res) |
|
|
this.conflictStreetTableList = res.list || [] |
|
|
this.conflictStreetTableList = res.list || [] |
|
|
this.conflictStreetTableList.forEach((item, index) => { |
|
|
this.conflictStreetTableList.forEach((item, index) => { |
|
|
this.dataList.push([index + 1, item.name || '-', item.positon || '-']) |
|
|
this.dataList.push([index + 1, item.groupName || '-', item.groupPosition || '-', item.name || '-', item.positon || '-']) |
|
|
}) |
|
|
}) |
|
|
}).catch(err => { |
|
|
}).catch(err => { |
|
|
console.error('获取街道一站式矛盾纠纷多元化解中心列表', err) |
|
|
console.error('获取街道一站式矛盾纠纷多元化解中心列表', err) |
|
|