冰雪专题PC端人员管理
This commit is contained in:
parent
80a6a733b7
commit
4146275019
@ -42,9 +42,9 @@ export default () => {
|
||||
onMounted(async () => {
|
||||
await getMenuList();
|
||||
const firstMenuItem = menuList.value[0]?.children?.[0];
|
||||
// if (firstMenuItem) {
|
||||
// handleMenuClick(firstMenuItem);
|
||||
// }
|
||||
if (firstMenuItem) {
|
||||
handleMenuClick(firstMenuItem);
|
||||
}
|
||||
})
|
||||
|
||||
return {
|
||||
|
||||
@ -193,6 +193,7 @@ const columns = [
|
||||
{
|
||||
prop: 'ryjs',
|
||||
label: '人员角色',
|
||||
width: 100,
|
||||
render: (row) => () => {
|
||||
const roleConfig = {
|
||||
1: { label: '负责人', color: '#f56c6c' },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user