commit
042f95c02f
@ -57,6 +57,7 @@ var coursesList = {
|
|||||||
<div>
|
<div>
|
||||||
<h5>2. 安排課程</h5>
|
<h5>2. 安排課程</h5>
|
||||||
<p style="color: orange" v-if="find_name"> ※ 已套用「名稱」搜尋: <br>{{find_name}}</p>
|
<p style="color: orange" v-if="find_name"> ※ 已套用「名稱」搜尋: <br>{{find_name}}</p>
|
||||||
|
<div style="width:275px;height:500px;overflow:auto">
|
||||||
<table class="table table-striped table-bordered">
|
<table class="table table-striped table-bordered">
|
||||||
<template v-if="find_name">
|
<template v-if="find_name">
|
||||||
<tr v-for="(course, index) in foundedCourses" :key="index">
|
<tr v-for="(course, index) in foundedCourses" :key="index">
|
||||||
@ -104,5 +105,6 @@ var coursesList = {
|
|||||||
</template>
|
</template>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user