|
@@ -2,7 +2,7 @@
|
|
|
<div id="excel-term-lesson">
|
|
|
<div style="overflow-x:auto;" v-for="(t, tindex) in termnum" :key="`term-${tindex}`">
|
|
|
<el-card :header="`第${t.term}期课表`" :body-style="{ overflowX: 'auto' }">
|
|
|
- <table v-for="(type, typeIndex) in classType" :key="`ct-${typeIndex}`" style="border: 1px solid;margin-top:15px">
|
|
|
+ <table v-for="(type, typeIndex) in classType" :key="`ct-${typeIndex}`" border="1" cellspacing="0">
|
|
|
<tr>
|
|
|
<template v-for="(b, bindex) in getBatchData(type.code, t._id)">
|
|
|
<th :key="`dateHeader-${bindex}`" style="width:60px;">
|