|
@@ -4,7 +4,7 @@
|
|
:visible.sync="showDialog"
|
|
:visible.sync="showDialog"
|
|
:title="title"
|
|
:title="title"
|
|
:modal-append-to-body="false"
|
|
:modal-append-to-body="false"
|
|
- width="700px"
|
|
|
|
|
|
+ width="800px"
|
|
style="text-align: left"
|
|
style="text-align: left"
|
|
@close="closeDialog"
|
|
@close="closeDialog"
|
|
:close-on-click-modal="false"
|
|
:close-on-click-modal="false"
|
|
@@ -86,10 +86,10 @@
|
|
@click="selectShift(shift)"
|
|
@click="selectShift(shift)"
|
|
v-if="selectId == shift.id"
|
|
v-if="selectId == shift.id"
|
|
class="active"
|
|
class="active"
|
|
- >{{ shift.number }} - {{ shift.name }}</a
|
|
|
|
|
|
+ >{{ shift.number }} - {{ shift.name }} {{shift.workStartTime}} - {{shift.workEndTime}}</a
|
|
>
|
|
>
|
|
<a href="#" @click="selectShift(shift)" v-else
|
|
<a href="#" @click="selectShift(shift)" v-else
|
|
- >{{ shift.number }} - {{ shift.name }}</a
|
|
|
|
|
|
+ >{{ shift.number }} - {{ shift.name }} {{shift.workStartTime}} - {{shift.workEndTime}}</a
|
|
>
|
|
>
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
@@ -648,7 +648,7 @@ body {
|
|
}
|
|
}
|
|
.von-left {
|
|
.von-left {
|
|
height: 100%;
|
|
height: 100%;
|
|
- width: 40%;
|
|
|
|
|
|
+ width: 50%;
|
|
}
|
|
}
|
|
.von-right {
|
|
.von-right {
|
|
height: 100%;
|
|
height: 100%;
|