ปรับการแสดงผลกรรมการทดลองงาน
This commit is contained in:
parent
85c755f359
commit
a0f4a6d596
1 changed files with 7 additions and 7 deletions
|
|
@ -82,10 +82,10 @@ async function fecthAssign(id: string) {
|
|||
changeReson52(Number(res.data.data.result.evaluate_result));
|
||||
}
|
||||
|
||||
director_id.value = res.data.data.chairman.name;
|
||||
director_id2.value = res.data.data.commander.name;
|
||||
director_id.value = res.data.data.chairman;
|
||||
director_id2.value = res.data.data.commander;
|
||||
if (mentors.value.length != 0) {
|
||||
director_id3.value = mentors.value[0].name;
|
||||
director_id3.value = mentors.value[0];
|
||||
}
|
||||
commander.value = res.data.data.commander;
|
||||
optionDirector.value = mentors.value;
|
||||
|
|
@ -537,7 +537,7 @@ onMounted(() => {
|
|||
outlined
|
||||
:options="commander"
|
||||
label="ชื่อ-นามสกุล"
|
||||
option-label="name"
|
||||
option-label="label"
|
||||
disable
|
||||
/>
|
||||
<div class="col-xs-12 col-sm-4">
|
||||
|
|
@ -598,7 +598,7 @@ onMounted(() => {
|
|||
label="ชื่อ-นามสกุล"
|
||||
disable
|
||||
:options="optionDirector"
|
||||
option-label="name"
|
||||
option-label="label"
|
||||
/>
|
||||
<div class="col-xs-12 col-sm-4">
|
||||
<datepicker
|
||||
|
|
@ -651,7 +651,7 @@ onMounted(() => {
|
|||
คณะกรรมการ
|
||||
<!-- ผู้มีอำนาจสั่งบรรจุตามมาตรา 52 -->
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-12 row q-col-gutter-md">
|
||||
<q-select
|
||||
class="col-xs-12 col-sm-8"
|
||||
|
|
@ -661,7 +661,7 @@ onMounted(() => {
|
|||
label="ชื่อ-นามสกุล"
|
||||
:options="optionDirector"
|
||||
disable
|
||||
option-label="name"
|
||||
option-label="label"
|
||||
/>
|
||||
|
||||
<div class="col-xs-12 col-sm-4">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue