|
@@ -28,10 +28,12 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="seek-list-box" v-if="seekList!=''">
|
|
<div class="seek-list-box" v-if="seekList!=''">
|
|
|
<el-table ref="seekList" :data="seekList" highlight-current-row style="width: 100%" border :header-cell-style="{background:'#fdfdfd', color: '#666'}" class="tableBox active">
|
|
<el-table ref="seekList" :data="seekList" highlight-current-row style="width: 100%" border :header-cell-style="{background:'#fdfdfd', color: '#666'}" class="tableBox active">
|
|
|
- <el-table-column prop="itemName" label="名称" width="180" align="center"></el-table-column>
|
|
|
|
|
|
|
+ <el-table-column prop="itemName" label="图片" align="center"></el-table-column>
|
|
|
|
|
+ <el-table-column prop="itemName" label="名称" align="center"></el-table-column>
|
|
|
|
|
+ <el-table-column prop="price" label="价格" width="180" align="center"></el-table-column>
|
|
|
<el-table-column prop="stock" label="库存" width="180" align="center"></el-table-column>
|
|
<el-table-column prop="stock" label="库存" width="180" align="center"></el-table-column>
|
|
|
- <el-table-column prop="bigUnit" label="单位" align="center"></el-table-column>
|
|
|
|
|
- <el-table-column prop="price" label="单价" align="center"></el-table-column>
|
|
|
|
|
|
|
+ <el-table-column prop="bigUnit" label="单位" width="180" align="center"></el-table-column>
|
|
|
|
|
+ <el-table-column prop="price" label="单价" width="180" align="center"></el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="bottom_input">
|
|
<div class="bottom_input">
|
|
@@ -656,16 +658,13 @@ export default {
|
|
|
width: 70%;
|
|
width: 70%;
|
|
|
max-height: 310px;
|
|
max-height: 310px;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
- //overflow-y: scroll;
|
|
|
|
|
}
|
|
}
|
|
|
.bottom_input {
|
|
.bottom_input {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
bottom: 18px;
|
|
bottom: 18px;
|
|
|
- right: 6%;
|
|
|
|
|
- // transform: translateX(-50%);
|
|
|
|
|
|
|
+ text-align: center;
|
|
|
.allPrice {
|
|
.allPrice {
|
|
|
margin-left: 80px;
|
|
margin-left: 80px;
|
|
|
- // color: #606266;
|
|
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
&.active{
|
|
&.active{
|