diff --git a/src/views/productionSchedulingPlan/statisticalAnalysis/index.vue b/src/views/productionSchedulingPlan/statisticalAnalysis/index.vue index 9f2f1576..f8546470 100644 --- a/src/views/productionSchedulingPlan/statisticalAnalysis/index.vue +++ b/src/views/productionSchedulingPlan/statisticalAnalysis/index.vue @@ -159,49 +159,49 @@ export default { label: '作业中心', prop: 'workCenterName', search: false, - sortable: "custom", + // sortable: "custom", span: 12, }, { label: '总订单量', prop: 'totalCount', search: false, - sortable: "custom", + // sortable: "custom", span: 12, }, { label: '已排产订单量', prop: 'schedulingCount', search: false, - sortable: "custom", + // sortable: "custom", span: 12, }, { label: '未排产订单量', prop: 'unschedulingCount', search: false, - sortable: "custom", + // sortable: "custom", span: 12, }, { label: '排产异常量', prop: 'errorCount', search: false, - sortable: "custom", + // sortable: "custom", span: 12, }, { label: '排产率', prop: 'schedulingRate', search: false, - sortable: "custom", + // sortable: "custom", span: 12, }, { label: '订单接收时间', prop: 'cycledate', search: true, - sortable: "custom", + // sortable: "custom", span: 12, hide: true, type: 'date',