This commit is contained in:
xk_jiangfeng
2023-04-19 11:43:46 +08:00
7 changed files with 9 additions and 9 deletions

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