xiangpei
2024-10-31 fbd9c491ebe32558c8fcefffeaa103d2fcb79a27
src/views/home/components/info-data/index.vue
@@ -39,7 +39,7 @@
    <el-row class="mb-5" :gutter="40">
      <el-col :span="12">
        <div class="title text-lg font-bold">本周课程</div>
        <div class="title text-lg font-bold">最近课程</div>
        <div class="table-container">
          <el-table :data="planeInfo.meetList" height="500" empty-text="暂无数据">
            <el-table-column prop="startTime" label="开始时间" />
@@ -49,11 +49,11 @@
      </el-col>
      <el-col :span="12">
        <div class="title text-lg font-bold">我的考试</div>
        <div class="title text-lg font-bold">最近考试</div>
        <div class="table-container">
          <el-table :data="planeInfo.examList" height="500" empty-text="暂无数据">
            <el-table-column prop="startTime" label="开始时间" />
            <el-table-column prop="examName" label="课程名称" />
            <el-table-column prop="examName" label="考试名称" />
          </el-table>
        </div>
      </el-col>
@@ -96,4 +96,4 @@
.text-num {
  color: var(--el-color-primary);
}
</style>
</style>