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