|
@@ -92,7 +92,7 @@
|
|
<el-table v-loading="loading" :data="studyList" @selection-change="handleSelectionChange" :height="clientHeight"
|
|
<el-table v-loading="loading" :data="studyList" @selection-change="handleSelectionChange" :height="clientHeight"
|
|
border>
|
|
border>
|
|
<el-table-column type="selection" width="55" align="center"/>
|
|
<el-table-column type="selection" width="55" align="center"/>
|
|
- <el-table-column label="时间" align="center" prop="studyTime" width="100">
|
|
|
|
|
|
+ <el-table-column label="时间" align="center" prop="studyTime" width="100" sortable>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ parseTime(scope.row.studyTime, '{y}-{m}-{d}') }}</span>
|
|
<span>{{ parseTime(scope.row.studyTime, '{y}-{m}-{d}') }}</span>
|
|
</template>
|
|
</template>
|