Commit 0b280102 authored by 黄奎's avatar 黄奎

页面修改

parent 80abf9a5
...@@ -206,6 +206,7 @@ ...@@ -206,6 +206,7 @@
$route: { $route: {
handler: function (route) { handler: function (route) {
var newPath = route.path.split("?")[0].toLowerCase(); var newPath = route.path.split("?")[0].toLowerCase();
this.IsShowLeft=false;
switch (newPath) { switch (newPath) {
case "/course/chapter": case "/course/chapter":
this.IsShowLeft = true; this.IsShowLeft = true;
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
</div> </div>
<div class="page-content"> <div class="page-content">
<q-table :pagination="msg" :loading="loading" no-data-label="暂无相关数据" flat class="sticky-tow-column-table" <q-table :pagination="msg" :loading="loading" no-data-label="暂无相关数据" flat class="sticky-tow-column-table"
separator="none" title="课程信息" :data="data" :columns="columns" row-key="name"> separator="none" title="教案信息" :data="data" :columns="columns" row-key="name">
<template v-slot:body-cell-CoverImg="props"> <template v-slot:body-cell-CoverImg="props">
<q-td :props="props"> <q-td :props="props">
<q-avatar square size="100px"> <q-avatar square size="100px">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment