CD配唱片
2025-04-28 9090bb7dad196dfb3f60530491b21919c55c68e0
src/views/mainPlan/plateProcessStat/index.vue
@@ -170,20 +170,20 @@
  {
    title: '计划开工日',
    field: 'processPlanStartDaytxt',
    width: 140,
    width: 200,
    type:'html'
  },
  {
    title: '计划完工日',
    field: 'processPlanEndDaytxt',
    width: 140,
    type:'html'
    width: 200,
    type: 'html'
  },
  {
    title: '订单完工日',
    field: 'orderPlanEndDay',
    width: 120,
    format: 'YYYY-MM-DD'
    width: 200,
    format: 'YYYY-MM-DD HH:mm:ss'
  }
]);