diff --git a/src/views/modules/production/searchDailyPlan.vue b/src/views/modules/production/searchDailyPlan.vue
index ec36a9c..e19856a 100644
--- a/src/views/modules/production/searchDailyPlan.vue
+++ b/src/views/modules/production/searchDailyPlan.vue
@@ -38,22 +38,17 @@
- 查询
-
- {{'导出'}}
-
+ 查询
+
+
+ 导出
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ :show-overflow-tooltip="item.showOverflowTooltip"
+ :align="item.align"
+ :fixed="item.fixed==''?false:item.fixed"
+ :min-width="item.columnWidth"
+ :label="item.columnLabel">
- {{scope.row.partPlanQty<=0?0:(scope.row.orderQty*1.0/scope.row.partPlanQty).toFixed(1)}}
+
+ {{ shiftQtyFmt(scope.row) }}
+
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-