|
@@ -123,7 +123,7 @@
|
|
|
<el-button type="primary" @click="getDialog(index)" v-hasPermi="['operation:recommend:add']">
|
|
|
添加内容
|
|
|
</el-button>
|
|
|
- <el-table :data="item.childList" height="332">
|
|
|
+ <el-table :data="item.childList">
|
|
|
<el-table-column label="电台名称:" prop="contentName" align="center" show-overflow-tooltip />
|
|
|
<el-table-column label="当前状态" prop="status" align="center" :formatter="statusFormatter" />
|
|
|
<el-table-column label="操作" align="center">
|
|
@@ -173,8 +173,8 @@
|
|
|
<el-button type="primary" icon="el-icon-search" @click="getSearch">搜索</el-button>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
- <el-table :data="tableData" height="584" ref="tableData" :row-key="rowKey"
|
|
|
- @selection-change="handleSelectionChange" v-loading="loading">
|
|
|
+ <el-table :data="tableData" ref="tableData" :row-key="rowKey" @selection-change="handleSelectionChange"
|
|
|
+ v-loading="loading">
|
|
|
<el-table-column type="selection" align="center" reserve-selection
|
|
|
v-if="tabIndex === 2 && active === 1" />
|
|
|
<el-table-column label="音频ID" prop="audioId" align="center" show-overflow-tooltip />
|