修改展示字段

This commit is contained in:
yangjun 2023-09-12 20:22:21 +08:00
parent be269e4827
commit 79d74f0a12
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
<a class="abox" @click="toDom('kxstkktDom')">线上听课</a>
</a-menu-item>
<a-menu-item key="7" v-if="getSysConfig().flag6=='1'">
<a class="abox" @click="toDom('jrkclbDom')">今日课程</a>
<a class="abox" @click="toDom('jrkclbDom')">课程查询</a>
</a-menu-item>
<a-menu-item key="8" >
<a class="abox" @click="toDom('ktsbDom')">听课笔记</a>

View File

@ -28,7 +28,7 @@
<a-card class="rowGutter" v-if="getUserSf()=='T'&&getSysConfig().flag6=='1'" id="jrkclbDom">
<template #title>
<span style="font-size: 24px;font-weight: bold;">今日课程列表</span>
<span style="font-size: 24px;font-weight: bold;">课程查询</span>
<span style="margin-left: 5%;font-weight: 700;color: red;font-size: 16px;">{{getSysConfig().jrktTitle}}</span>
</template>
<a-tabs v-model:activeKey="activeKey" type="card" @change="kclbCard">