123123
This commit is contained in:
@@ -839,7 +839,7 @@ export default {
|
||||
// </div>
|
||||
// } },
|
||||
{
|
||||
prop: "createTime",
|
||||
prop: "orderTime",
|
||||
minWidth: 160,
|
||||
sortable: "custom",
|
||||
label: "创建时间",
|
||||
|
||||
@@ -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