This commit is contained in:
caolc
2023-04-19 10:12:23 +08:00
parent c7b78e553a
commit 464fd6b546
8 changed files with 10 additions and 10 deletions

View File

@@ -839,7 +839,7 @@ export default {
// </div>
// } },
{
prop: "createTime",
prop: "orderTime",
minWidth: 160,
sortable: "custom",
label: "创建时间",

View File

@@ -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>
},
},