ปิด upload เอกสารสอบคัดเลือก

This commit is contained in:
Kittapath 2023-10-04 17:34:39 +07:00
parent 6bb6fd26e5
commit c0efcf59ce
5 changed files with 43 additions and 36 deletions

View file

@ -464,13 +464,13 @@
<q-td key="highDegree" :props="props">
<q-radio
v-model="props.row.highDegree"
label="ต่ำกว่าปริญญาบัตร"
label="ประเภททั่วไป"
color="teal"
val="0"
/>
<q-radio
v-model="props.row.highDegree"
label="ปริญญาบัตรขึ้นไป"
label="ประเภทวิชาการ"
color="teal"
val="1"
/>
@ -1316,7 +1316,7 @@ const columnsPosition = ref<QTableProps["columns"]>([
{
name: "highDegree",
align: "left",
label: "วุฒิการศึกษา",
label: "ประเภทตำแหน่ง",
sortable: true,
field: "highDegree",
headerStyle: "font-size: 14px",