|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<el-button type="primary" class="export" @click="exportfun"> 导出 </el-button>
|
|
<el-button type="primary" class="export" @click="exportfun"> 导出 </el-button>
|
|
- <div style="line-height: 3.5em;" v-text="item.showTime"></div>
|
|
|
|
|
|
+ <!-- <div style="line-height: 3.5em;" v-if="item.showTime" v-text="'播出时间:' + item.showTime"></div> -->
|
|
<el-table :data="list" @sort-change="sortFun">
|
|
<el-table :data="list" @sort-change="sortFun">
|
|
<el-table-column type="expand">
|
|
<el-table-column type="expand">
|
|
<template #default="props">
|
|
<template #default="props">
|
|
@@ -14,6 +14,11 @@
|
|
prop="stadate"
|
|
prop="stadate"
|
|
sortable="custom"
|
|
sortable="custom"
|
|
/>
|
|
/>
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="center"
|
|
|
|
+ label="播出时间"
|
|
|
|
+ prop="statime"
|
|
|
|
+ />
|
|
<el-table-column align="center" label="栏目" prop="program_name" />
|
|
<el-table-column align="center" label="栏目" prop="program_name" />
|
|
<el-table-column
|
|
<el-table-column
|
|
align="center"
|
|
align="center"
|