Browse Source

修复签收图片无法放大

dev
马远东 15 hours ago
parent
commit
a3012e1e40
  1. 20
      src/option/storagecost/Traincostbreakdown.js
  2. 4
      src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue
  3. 5
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue
  4. 5
      src/views/distribution/signfor/distributionSignfortreat.vue

20
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,
},
];

4
src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue

@ -49,7 +49,7 @@
<template #default="slotProps">
<template v-if="slotProps.scope.column.label === '操作'">
<div class="ElBtnClass">
<el-button type="primary">编辑</el-button>
<el-text type="primary">编辑</el-text>
</div>
</template>
</template>
@ -137,7 +137,7 @@ const details = reactive({
columnList,
/** 列表数据 */
data: [{}],
data: [],
/** 页面loading */
loadingObj: {
/** 列表加载loading */

5
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)"
/>
</el-tooltip>
</template>
@ -690,6 +691,7 @@
:src="file.url"
alt="photo"
style="width: 100%; height: 100%; cursor: pointer"
@click="EnlargeTheTmageB(file)"
/>
</el-tooltip>
</template>
@ -720,6 +722,7 @@
:src="file.url"
alt="photo"
style="width: 100%; height: 100%; cursor: pointer"
@click="EnlargeTheTmageC(file)"
/>
</el-tooltip>
</template>
@ -750,6 +753,7 @@
:src="file.url"
alt="photo"
style="width: 100%; height: 100%; cursor: pointer"
@click="EnlargeTheTmageD(file)"
/>
</el-tooltip>
</template>
@ -780,6 +784,7 @@
:src="file.url"
alt="photo"
style="width: 100%; height: 100%; cursor: pointer"
@click="EnlargeTheTmageE(file)"
/>
</el-tooltip>
</template>

5
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)"
/>
</el-tooltip>
</template>
@ -337,6 +338,7 @@
:src="file.url"
alt="photo"
style="width: 100%; height: 100%; cursor: pointer"
@click="EnlargeTheTmageB(file)"
/>
</el-tooltip>
</template>
@ -368,6 +370,7 @@
:src="file.url"
alt="photo"
style="width: 100%; height: 100%; cursor: pointer"
@click="EnlargeTheTmageC(file)"
/>
</el-tooltip>
</template>
@ -399,6 +402,7 @@
:src="file.url"
alt="photo"
style="width: 100%; height: 100%; cursor: pointer"
@click="EnlargeTheTmageD(file)"
/>
</el-tooltip>
</template>
@ -430,6 +434,7 @@
:src="file.url"
alt="photo"
style="width: 100%; height: 100%; cursor: pointer"
@click="EnlargeTheTmageE(file)"
/>
</el-tooltip>
</template>

Loading…
Cancel
Save