|
@@ -173,6 +173,8 @@ export default {
|
|
if (col.parent.includes('党员')) {
|
|
if (col.parent.includes('党员')) {
|
|
col.path = `/memberList/menu/${col.id}?title=${col.title}`;
|
|
col.path = `/memberList/menu/${col.id}?title=${col.title}`;
|
|
}
|
|
}
|
|
|
|
+ } else if (col.type === 'bugList') {
|
|
|
|
+ col.path = `/newsList/menu/${col.content_id}?title=${col.title}`;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return columns;
|
|
return columns;
|