@@ -239,6 +239,7 @@ export default {
.avatar {
width: 100%;
+ height: 100%;
display: block;
}
</style>
@@ -36,7 +36,7 @@
</el-row>
</div>
<div class="pubform">
- <el-table :data="tabletab"
+ <el-table :data="tableData"
stripe
border
:style="{ borderRadius: '4px' }"
@@ -98,7 +98,7 @@ export default {
value1:''
};
},
- created() {
+ mounted() {
this.getpublishList();
watch: {