排序修改

dev-scheduling
jinna 1 month ago
parent c608acbf40
commit 582b160e9b
  1. 14
      src/views/productionSchedulingPlan/statisticalAnalysis/index.vue

@ -159,49 +159,49 @@ export default {
label: '作业中心', label: '作业中心',
prop: 'workCenterName', prop: 'workCenterName',
search: false, search: false,
sortable: "custom", // sortable: "custom",
span: 12, span: 12,
}, },
{ {
label: '总订单量', label: '总订单量',
prop: 'totalCount', prop: 'totalCount',
search: false, search: false,
sortable: "custom", // sortable: "custom",
span: 12, span: 12,
}, },
{ {
label: '已排产订单量', label: '已排产订单量',
prop: 'schedulingCount', prop: 'schedulingCount',
search: false, search: false,
sortable: "custom", // sortable: "custom",
span: 12, span: 12,
}, },
{ {
label: '未排产订单量', label: '未排产订单量',
prop: 'unschedulingCount', prop: 'unschedulingCount',
search: false, search: false,
sortable: "custom", // sortable: "custom",
span: 12, span: 12,
}, },
{ {
label: '排产异常量', label: '排产异常量',
prop: 'errorCount', prop: 'errorCount',
search: false, search: false,
sortable: "custom", // sortable: "custom",
span: 12, span: 12,
}, },
{ {
label: '排产率', label: '排产率',
prop: 'schedulingRate', prop: 'schedulingRate',
search: false, search: false,
sortable: "custom", // sortable: "custom",
span: 12, span: 12,
}, },
{ {
label: '订单接收时间', label: '订单接收时间',
prop: 'cycledate', prop: 'cycledate',
search: true, search: true,
sortable: "custom", // sortable: "custom",
span: 12, span: 12,
hide: true, hide: true,
type: 'date', type: 'date',

Loading…
Cancel
Save