From d105f6e7672d982256609ebe34fb874144c73d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=A3=9E?= <1277061783@qq.com> Date: Thu, 11 May 2023 13:57:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B0=83=E5=BA=A6=20?= =?UTF-8?q?=E8=B0=83=E4=BB=B7=E4=BB=BB=E5=8A=A1=E5=88=97=E8=A1=A8=20?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=BB=B7=E8=A2=AB=E8=A6=86=E7=9B=96=E6=83=85?= =?UTF-8?q?=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../site/oilCompanySiteDiaodu/oilCompanySiteList.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/site/oilCompanySiteDiaodu/oilCompanySiteList.vue b/src/views/site/oilCompanySiteDiaodu/oilCompanySiteList.vue index f66ea10..2149a28 100644 --- a/src/views/site/oilCompanySiteDiaodu/oilCompanySiteList.vue +++ b/src/views/site/oilCompanySiteDiaodu/oilCompanySiteList.vue @@ -433,7 +433,7 @@ export default { tableColumns: [ { prop: "taskName", - width: 180, + width: 160, label: "任务名称", show: true, render: (row, column, cell) => { @@ -445,7 +445,7 @@ export default { }, { prop: "siteName", - width: 220, + width: 230, label: "油站名称", show: true, render: (row, column, cell) => { @@ -457,13 +457,13 @@ export default { }, { prop: "oilProductCode", - width: 150, + width: 230, label: "基础个人价", show: true, render: (row, column, cell) => { return
油品:{cell}
- 当前基础个人价:{row.currentFloorPrice} + 当前基础个人价:{row.floorPriceIgnore}
}, }, @@ -517,7 +517,7 @@ export default { }, { prop: "preExecuteTime", - minWidth: 220, + minWidth: 200, label: "预约时间/执行时间", show: true, render: (row, column, cell) => { @@ -529,7 +529,7 @@ export default { }, { prop: "createUserName", - minWidth: 220, + minWidth: 210, label: "创建人/创建时间", show: true, render: (row, column, cell) => { -- 2.36.2