We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb1ed1 commit 14c5901Copy full SHA for 14c5901
1 file changed
resources/js/Pages/DocumentShow.vue
@@ -141,14 +141,12 @@
141
</tr>
142
<tr v-else-if="item.recipient === 'รองคณบดีฝ่ายกิจการนิสิต'">
143
<td class="px-1">-</td>
144
- <td class="px-2" colspan="2">รองคณบดีฝ่ายกิจการนิสิต (เป็นผู้รับไม่ต้องมีช่องให้ลงชื่อในเอกสาร)</td>
145
- <td class="px-2 font-mono">sittisak.h@chula.ac.th</td>
+ <td class="px-2" colspan="3">รองคณบดีฝ่ายกิจการนิสิต (เป็นผู้รับไม่ต้องมีช่องให้ลงชื่อในเอกสาร)</td>
146
147
<tr v-else>
148
149
- <td class="px-2">ศ.ดร.นพ.สิทธิศักดิ์ หรรษาเวก</td>
150
- <td class="px-2">รองคณบดีฝ่ายกิจการนิสิต</td>
151
+ <td class="px-2">ผศ.นพ.อติคุณ ธนกิจ</td>
+ <td class="px-2" colspan="2">รองคณบดีฝ่ายกิจการนิสิต</td>
152
153
</table>
154
</template>
0 commit comments