From 582b160e9b21df90c2f64666d6502822eb80332a Mon Sep 17 00:00:00 2001 From: jinna Date: Thu, 30 Apr 2026 17:50:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../statisticalAnalysis/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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',