Merge branch 'master' of http://121.196.213.68:3000/caoliancun/dispacth_zhongpin into it_s
This commit is contained in:
@@ -456,12 +456,12 @@ export default {
|
||||
{
|
||||
prop: "oilProductCode",
|
||||
width: 150,
|
||||
label: "油品/底价",
|
||||
label: "基础个人价",
|
||||
show: true,
|
||||
render: (row, column, cell) => {
|
||||
return <div>
|
||||
<span class="colorhui">油品:</span><span>{cell}</span><br/>
|
||||
<span class="colorhui">当前底价:</span><span>{row.currentFloorPrice}</span><i v-show={row.floorPriceIgnore==1} class="el-icon-s-check"></i>
|
||||
<span class="colorhui">当前基础个人价:</span><span>{row.currentFloorPrice}</span><i v-show={row.floorPriceIgnore==1} class="el-icon-s-check"></i>
|
||||
</div>
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user