|
@@ -193,7 +193,7 @@ export default {
|
|
|
this.getProList = res.data;
|
|
|
this.getProList.forEach((item, index) => {
|
|
|
item.name = item.createTime;
|
|
|
- item.num = item.description;
|
|
|
+ item.num = item.title;
|
|
|
|
|
|
});
|
|
|
}
|
|
@@ -416,7 +416,7 @@ export default {
|
|
|
|
|
|
.table-list{
|
|
|
width:100%;
|
|
|
- height:30px;
|
|
|
+ height:35px;
|
|
|
padding:5px 25px 0 10px;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|