gaoluyang
2026-07-30 8b1b73b297451d87e2ebf8c1bcb05c64f108127c
src/views/mes/pd/project/modules/task/data.ts
@@ -106,7 +106,7 @@
      fieldName: 'planFinishDate',
      label: '计划完成',
      component: 'DatePicker',
      componentProps: { disabled: readonly, class: 'w-full', valueFormat: 'x' },
      componentProps: { disabled: readonly, class: 'w-full', valueFormat: 'YYYY-MM-DD' },
    },
    {
      fieldName: 'remark',
@@ -135,7 +135,7 @@
      fieldName: 'planFinishDate',
      label: '计划完成',
      component: 'DatePicker',
      componentProps: { class: 'w-full', valueFormat: 'x' },
      componentProps: { class: 'w-full', valueFormat: 'YYYY-MM-DD' },
    },
    {
      fieldName: 'remark',