排序修改

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: '作业中心',
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',

Loading…
Cancel
Save