|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div>
|
|
|
+ <div style="overflow: auto">
|
|
|
<el-table :data="historyTask" border>
|
|
|
<el-table-column prop="taskName" sortable min-width="130" label="当前状态" align="center" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column prop="remarks" sortable min-width="130" label="审批意见" align="center" show-overflow-tooltip></el-table-column>
|
|
|
@@ -27,7 +27,7 @@
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
<div style="margin-top:5px; text-align: center;">
|
|
|
- <img :src="baseurl + 'workflow/historyimg/' + entryinfo.instance " v-if="entryinfo.instance" style="width:80%; min-width: 1200px; max-width: 1600px">
|
|
|
+ <img :src="baseurl + 'workflow/historyimg/' + entryinfo.instance " v-if="entryinfo.instance">
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|