|
@@ -110,12 +110,11 @@
|
|
|
/>
|
|
|
|
|
|
<el-dialog :title="dialogTitle" :visible.sync="dialogTableVisible">
|
|
|
- <el-table :data="gridData">
|
|
|
+ <el-table :data="gridData" :header-cell-style="{ background: '#EDEEF0', color: '#444' }">
|
|
|
<el-table-column
|
|
|
prop="courseDate"
|
|
|
label="时间"
|
|
|
align="center"
|
|
|
- width="150"
|
|
|
>
|
|
|
<template slot-scope="scope">{{
|
|
|
scope.row.courseDate | dateForMinFormat
|
|
@@ -125,7 +124,6 @@
|
|
|
prop="classGroupName"
|
|
|
label="课程名称"
|
|
|
align="center"
|
|
|
- width="200"
|
|
|
></el-table-column>
|
|
|
<el-table-column label="课程类型" align="center">
|
|
|
<template slot-scope="scope">{{
|