zhanghl
2025-04-28 8240a54ce34e260b3c1ef5314025f974e7f94ab2
钣金详细计划:调整列宽
已修改1个文件
10 ■■■■ 文件已修改
src/views/mainPlan/plateProcessStat/index.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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'
  }
]);