This commit is contained in:
2022-07-08 23:47:58 +08:00
parent 4ba7a55b2e
commit 91d78873a1
10 changed files with 236 additions and 134 deletions

View File

@@ -94,7 +94,7 @@
carList: []
}
},
created () {
activated () {
this.getCarList()
},
methods: {

View File

@@ -102,7 +102,7 @@ export default {
kilnList: []
}
},
created () {
activated () {
this.getKilnList()
},
methods: {

View File

@@ -86,12 +86,12 @@
<template slot-scope="scope">
<span>{{
scope.row.taskType === 0
? "缓存到窑炉加工"
? "入库到窑炉"
: scope.row.taskType === 1
? "出炉到缓存"
? "入库到缓存"
: scope.row.taskType === 2
? "缓存出库"
: "入库缓存"
? "窑炉出库到缓存区"
: "缓存区出库"
}}</span>
</template>
</el-table-column>
@@ -173,7 +173,7 @@ export default {
statusList
}
},
created () {
activated () {
this.getDataList()
},
methods: {