更新
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
carList: []
|
||||
}
|
||||
},
|
||||
created () {
|
||||
activated () {
|
||||
this.getCarList()
|
||||
},
|
||||
methods: {
|
||||
|
||||
@@ -102,7 +102,7 @@ export default {
|
||||
kilnList: []
|
||||
}
|
||||
},
|
||||
created () {
|
||||
activated () {
|
||||
this.getKilnList()
|
||||
},
|
||||
methods: {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user