MrShi
2024-02-02 48ac4601b0d481ab76fe849171d6f80638343055
company/src/views/business/taxes.vue
@@ -72,7 +72,12 @@
                </el-table-column>
                <el-table-column prop="type" label="发票电子版" min-width="100px">
                    <template slot-scope="{row}">
                      <img v-if="row.imgurlFull!=null" :src="row.imgurlFull"  style="width: 40px;height: 40px">
                        <el-image
                            v-if="row.imgurlFull!=null"
                            style="width: 40px; height: 40px"
                            :src="row.imgurlFull"
                            :preview-src-list="[row.imgurlFull]">
                        </el-image>
                    </template>
                </el-table-column>
                <el-table-column label="操作" min-width="180px">