修改样式
This commit is contained in:
parent
0941d4408f
commit
1bc8f22f37
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<a-card class="rowGutter" id="rkjcDom">
|
||||
<template #title>
|
||||
<span style="font-size: 24px;font-weight: bold;">任教课程</span>
|
||||
<span style="font-size: 24px;font-weight: bold;" @click="initData">任教课程</span>
|
||||
<span style="margin-left: 10px;"><a href="javascript:void(0);" @click="openChangeKcPage">修改课程提醒</a></span>
|
||||
</template>
|
||||
<!-- <template #extra></template> -->
|
||||
|
|
|
@ -21,8 +21,10 @@ export const getUserId = () => {
|
|||
//正常取用户
|
||||
return userInfo?.username;
|
||||
}else{
|
||||
const { userInfo } = useUserStore();
|
||||
return userInfo?.username;
|
||||
//固定某值
|
||||
return '2016900057';//教师//2016900057//2002900176//2001900153//1000900273
|
||||
// return '2016900057';//教师//2016900057//2002900176//2001900153//1000900273
|
||||
// return '2022010920';//学生
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue