|
@ -37,7 +37,9 @@ |
|
|
</template> |
|
|
</template> |
|
|
<template v-for="item in dateColumns" :key="item.field" #[item.field]="{row}"> |
|
|
<template v-for="item in dateColumns" :key="item.field" #[item.field]="{row}"> |
|
|
<div v-if="row[item.field]?.isDay == 'TRUE'">白班</div> |
|
|
<div v-if="row[item.field]?.isDay == 'TRUE'">白班</div> |
|
|
|
|
|
<div v-else></div> |
|
|
<div v-if="row[item.field]?.isNight == 'TRUE'">夜班</div> |
|
|
<div v-if="row[item.field]?.isNight == 'TRUE'">夜班</div> |
|
|
|
|
|
<div v-else></div> |
|
|
</template> |
|
|
</template> |
|
|
<template #action="{ row }"> |
|
|
<template #action="{ row }"> |
|
|
<ButtonBase :Butttondata="butttondata" @button-base-click="buttonTableClick($event,row)" /> |
|
|
<ButtonBase :Butttondata="butttondata" @button-base-click="buttonTableClick($event,row)" /> |
|
|