From a3012e1e400c238311aea5ebdd417c86761944b8 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Sat, 12 Oct 2024 15:07:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AD=BE=E6=94=B6=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E6=97=A0=E6=B3=95=E6=94=BE=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/storagecost/Traincostbreakdown.js | 20 +++++++++---------- .../Traincostbreakdown.vue | 4 ++-- .../distributionDeliveryListedt.vue | 5 +++++ .../signfor/distributionSignfortreat.vue | 5 +++++ 4 files changed, 22 insertions(+), 12 deletions(-) diff --git a/src/option/storagecost/Traincostbreakdown.js b/src/option/storagecost/Traincostbreakdown.js index f9857846..994712bb 100644 --- a/src/option/storagecost/Traincostbreakdown.js +++ b/src/option/storagecost/Traincostbreakdown.js @@ -365,15 +365,15 @@ export const columnList = [ head: false, }, - // { - // prop: 'createUserName', - // label: '操作', - // type: 6, - // values: '', - // width: '200', - // checkarr: [], - // fixed: 'right', - // sortable: false, - // }, + { + prop: 'createUserName', + label: '操作', + type: 6, + values: '', + width: '200', + checkarr: [], + fixed: 'right', + sortable: false, + }, ]; \ No newline at end of file diff --git a/src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue b/src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue index 1f91e244..0f0927a6 100644 --- a/src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue +++ b/src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue @@ -49,7 +49,7 @@ @@ -137,7 +137,7 @@ const details = reactive({ columnList, /** 列表数据 */ - data: [{}], + data: [], /** 页面loading */ loadingObj: { /** 列表加载loading */ diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue index e077e04b..2ae7eee2 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue @@ -660,6 +660,7 @@ :src="file.url" alt="photo" style="width: 100%; height: 100%; cursor: pointer" + @click="EnlargeTheTmageA(file)" /> @@ -690,6 +691,7 @@ :src="file.url" alt="photo" style="width: 100%; height: 100%; cursor: pointer" + @click="EnlargeTheTmageB(file)" /> @@ -720,6 +722,7 @@ :src="file.url" alt="photo" style="width: 100%; height: 100%; cursor: pointer" + @click="EnlargeTheTmageC(file)" /> @@ -750,6 +753,7 @@ :src="file.url" alt="photo" style="width: 100%; height: 100%; cursor: pointer" + @click="EnlargeTheTmageD(file)" /> @@ -780,6 +784,7 @@ :src="file.url" alt="photo" style="width: 100%; height: 100%; cursor: pointer" + @click="EnlargeTheTmageE(file)" /> diff --git a/src/views/distribution/signfor/distributionSignfortreat.vue b/src/views/distribution/signfor/distributionSignfortreat.vue index bdae0062..3380bfe8 100644 --- a/src/views/distribution/signfor/distributionSignfortreat.vue +++ b/src/views/distribution/signfor/distributionSignfortreat.vue @@ -305,6 +305,7 @@ :src="file.url" alt="photo" style="width: 100%; height: 100%; cursor: pointer" + @click="EnlargeTheTmageA(file)" /> @@ -337,6 +338,7 @@ :src="file.url" alt="photo" style="width: 100%; height: 100%; cursor: pointer" + @click="EnlargeTheTmageB(file)" /> @@ -368,6 +370,7 @@ :src="file.url" alt="photo" style="width: 100%; height: 100%; cursor: pointer" + @click="EnlargeTheTmageC(file)" /> @@ -399,6 +402,7 @@ :src="file.url" alt="photo" style="width: 100%; height: 100%; cursor: pointer" + @click="EnlargeTheTmageD(file)" /> @@ -430,6 +434,7 @@ :src="file.url" alt="photo" style="width: 100%; height: 100%; cursor: pointer" + @click="EnlargeTheTmageE(file)" />