@@ -33,7 +33,9 @@
</el-table-column>
</el-table>
<el-card style="text-align: center; overflow-x: auto">
- <img :src="baseurl + 'workflow/historyimg/' + entryinfo.instance +'?t='+(new Date()).getTime() " v-if="entryinfo.instance">
+ <div v-if="entryinfo.instance != 0 && entryinfo.instance != ''">
+ <img :src="baseurl + 'workflow/historyimg/' + entryinfo.instance +'?t='+(new Date()).getTime() ">
+ </div>
</el-card>
</div>
</template>