Commit 10f02c5b5879432e077d215caa5ffc504e4b793a
1 parent
dc98ebea
1.处理排程树形时间
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/productionScheduleTree/productionScheduleTree.js
| @@ -665,7 +665,7 @@ class ProductionSchedule extends Component { | @@ -665,7 +665,7 @@ class ProductionSchedule extends Component { | ||
| 665 | 665 | ||
| 666 | } | 666 | } |
| 667 | if (endTime) { | 667 | if (endTime) { |
| 668 | - sCount += ' - ' + moment(endTime).format('MM月DD日'); | 668 | + sCount += ' - ' + moment(endTime).format('MM-DD'); |
| 669 | } | 669 | } |
| 670 | const sFileName = commonUtils.isNotEmptyArr(slaveColumn) && slaveColumn.length > 2 ? slaveColumn[1].dataIndex : ''; | 670 | const sFileName = commonUtils.isNotEmptyArr(slaveColumn) && slaveColumn.length > 2 ? slaveColumn[1].dataIndex : ''; |
| 671 | if(sCount && sFileName) { | 671 | if(sCount && sFileName) { |