diff --git a/src/views/Assembly/DeliveryApplication/index.vue b/src/views/Assembly/DeliveryApplication/index.vue index 8ed12e58..d58a4363 100644 --- a/src/views/Assembly/DeliveryApplication/index.vue +++ b/src/views/Assembly/DeliveryApplication/index.vue @@ -13,7 +13,7 @@
{{ item.name }}
- + diff --git a/src/views/ManufacturingCenter/StatusQuery/index.vue b/src/views/ManufacturingCenter/StatusQuery/index.vue index ccc7bf22..217c0221 100644 --- a/src/views/ManufacturingCenter/StatusQuery/index.vue +++ b/src/views/ManufacturingCenter/StatusQuery/index.vue @@ -354,7 +354,7 @@ export default { searchTable(this.check, this.entryNameValue, this.check1, this.machine, this.check2, this.groupNum, this.check3, this.partNumber, this.check4, this.partStateValue, this.check5, this.partTypeValue, this.pageSize, this.pageCurrent).then(response => { response.data.rows.map(v => { this.$set(v, '零件状态码', v.考核状态 ? parseInt(v.考核状态) - 2 : 0) - v.传递时间 = v.传递时间.split(' ')[0] + v.传递时间 = v.传递时间 ? v.传递时间.split(' ')[0] : '' }) this.loading0 = false this.tableData = response.data.rows