diff --git a/src/views/mes/calendar/index.vue b/src/views/mes/calendar/index.vue new file mode 100644 index 000000000..0c8f8ba99 --- /dev/null +++ b/src/views/mes/calendar/index.vue @@ -0,0 +1,641 @@ + + + + + 批量排班 + + + + + + + {{ data.day.split('-').slice(1).join('-') }} + + + + + + + + + + {{ dayValue.groupName }} + + + + + + + {{ data.day.split('-').slice(1).join('-') }} + + + + + + + + + 暂无排班 + + + + + + + + + + + + + + + + + + 班次: + + 早 + 中 + 晚 + + + 班别: + + 甲 + 乙 + 丙 + + + + + + + + + + + + + 添加 + + + + + + 早 + 中 + 晚 + + + + + 甲 + 乙 + 丙 + + + + + + + + + + + + + + + + + 移除 + + + + + + + + + + + \ No newline at end of file