This commit is contained in:
liushuai
2019-12-09 08:49:29 +08:00
parent 29d8adf8ec
commit 1cae8336dc
7 changed files with 414 additions and 3 deletions

View File

@@ -144,6 +144,7 @@ export default {
},
created() {
this.fetchData()
this.getTableData()
},
methods: {
fetchData() {

View File

@@ -699,9 +699,9 @@ export default {
height: 30px;
}
.el-table .adopt{
background: limegreen;
background: #9BD7FC;
}
.el-table .NotThrough{
background: palevioletred;
background: #FF9759;
}
</style>