diff --git a/src/api/productionSchedulingPlan/scheduling.js b/src/api/productionSchedulingPlan/scheduling.js index d3e7ad55..17c230f0 100644 --- a/src/api/productionSchedulingPlan/scheduling.js +++ b/src/api/productionSchedulingPlan/scheduling.js @@ -54,7 +54,7 @@ export const selectEquip = row => { // 排产恢复 recoveryUpdate export const recoveryUpdate = row => { return request({ - url: '/blade-scheduling//yieldOrder/update', + url: '/blade-scheduling/yieldOrder/update', method: 'post', data: row, // data: row, diff --git a/src/views/basicData/bigBatch/addBatch.vue b/src/views/basicData/bigBatch/addBatch.vue index 7e655b77..edbba685 100644 --- a/src/views/basicData/bigBatch/addBatch.vue +++ b/src/views/basicData/bigBatch/addBatch.vue @@ -261,7 +261,7 @@ export default { font-size: 14px; line-height: 1.5; } -:deep(.el-table .el-table__cell) { +:deep(.el-table .el-table__body .el-table__cell) { height: 50px !important; padding: 0 !important; line-height: 50px !important; diff --git a/src/views/basicData/calculationFormula/tankDosing.vue b/src/views/basicData/calculationFormula/tankDosing.vue index b3a58dc7..c4f42b3d 100644 --- a/src/views/basicData/calculationFormula/tankDosing.vue +++ b/src/views/basicData/calculationFormula/tankDosing.vue @@ -24,7 +24,7 @@ diff --git a/src/views/basicData/calculationFormula/theoreticalValue.vue b/src/views/basicData/calculationFormula/theoreticalValue.vue index 1e85a130..4e9022d1 100644 --- a/src/views/basicData/calculationFormula/theoreticalValue.vue +++ b/src/views/basicData/calculationFormula/theoreticalValue.vue @@ -14,7 +14,7 @@