MrShi
2024-02-23 1e72942aa4848ae4835e7f30bb4adc01f9ce5bdc
company/src/components/enterprise/entrustmentHistory.vue
@@ -47,10 +47,12 @@
                label="电子发票">
                <template slot-scope="{row}">
                    <el-image
                        v-if="row.imgurlFull"
                        style="width: 50px; height: 50px"
                        :src="row.imgurlFull"
                        :preview-src-list="[row.imgurlFull]">
                    </el-image>
                    <span v-else>-</span>
                </template>
            </el-table-column>
            <el-table-column