|
|
|
@ -71,7 +71,7 @@ |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span v-if="!item.columnHidden"> {{ scope.row[item.columnProp] }}</span> |
|
|
|
<span v-if="item.columnImage"><img :src="scope.row[item.columnProp]" |
|
|
|
style="width: 100px; height: 80px"/></span> |
|
|
|
style="width: 100px; height: 120px"/></span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
@ -113,7 +113,7 @@ |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span v-if="!item.columnHidden"> {{ scope.row[item.columnProp] }}</span> |
|
|
|
<span v-if="item.columnImage"><img :src="scope.row[item.columnProp]" |
|
|
|
style="width: 100px; height: 80px"/></span> |
|
|
|
style="width: 100px; height: 100px"/></span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column |
|
|
|
@ -198,7 +198,7 @@ export default { |
|
|
|
}, |
|
|
|
currentRow: {}, |
|
|
|
currentInstanceRow: {}, |
|
|
|
height: 200, |
|
|
|
height: 240, |
|
|
|
dataList: [], |
|
|
|
detailList: [], |
|
|
|
dataListLoading: false, |
|
|
|
|