|
@@ -17,7 +17,7 @@
|
|
|
<span>删除所有:Page Down</span>
|
|
<span>删除所有:Page Down</span>
|
|
|
</p>
|
|
</p>
|
|
|
<el-table ref="singleTable" :data="selectList" highlight-current-row style="width:80%" border :header-cell-style="{background:'#fdfdfd', color: '#01060a', fontWeight:800}"
|
|
<el-table ref="singleTable" :data="selectList" highlight-current-row style="width:80%" border :header-cell-style="{background:'#fdfdfd', color: '#01060a', fontWeight:800}"
|
|
|
- class="tableBox active" @row-click="pickModifyItem">
|
|
|
|
|
|
|
+ class="tableBox active" @row-click="pickModifyItem" height="730">
|
|
|
<el-table-column prop="id" label="编号" width="120" align="center"></el-table-column>
|
|
<el-table-column prop="id" label="编号" width="120" align="center"></el-table-column>
|
|
|
|
|
|
|
|
<el-table-column prop="cover" label="图片" align="center" width="130">
|
|
<el-table-column prop="cover" label="图片" align="center" width="130">
|
|
@@ -42,7 +42,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="seek-list-box" v-if="!$util.isEmpty(getItemList) && showGetItemList == true">
|
|
<div class="seek-list-box" v-if="!$util.isEmpty(getItemList) && showGetItemList == true">
|
|
|
<el-table ref="showItemRef" :data="getItemList" highlight-current-row style="width:72%" border :header-cell-style="{background:'#fdfdfd', color: '#666'}"
|
|
<el-table ref="showItemRef" :data="getItemList" highlight-current-row style="width:72%" border :header-cell-style="{background:'#fdfdfd', color: '#666'}"
|
|
|
- class="tableBox active" height="740" @row-click="pickAddItem">
|
|
|
|
|
|
|
+ class="tableBox active" height="730" @row-click="pickAddItem">
|
|
|
<el-table-column prop="className" label="分类" align="center" width="180"></el-table-column>
|
|
<el-table-column prop="className" label="分类" align="center" width="180"></el-table-column>
|
|
|
<el-table-column prop="cover" label="图片" align="center" width="120">
|
|
<el-table-column prop="cover" label="图片" align="center" width="120">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|