.schedule.flex-col(:style="themeCell")
schedule-table-header(:result="result")
schedule-table-body(
:serialized="serialized",
:trim-owner-name="trimOwnerName",
:result="result",
:choice-cell="choiceCell",
:clear-select="clearSelect",
:select-employee="selectEmployee",
:choice-state="choiceState",
:buttons="buttons",
:show-time="showTime",
:schedule-list="scheduleList"
)
schedule-table-select(
v-if="clearEmployee.length > 0",
:select-employee="selectEmployee",
:clear-employee="clearEmployee",
:result="result",
:choice-cell="choiceCell",
:choice-state="choiceState",
:trim-owner-name="trimOwnerName",
)