fix label

This commit is contained in:
Warunee Tamkoo 2023-08-21 07:24:56 +07:00
parent 0f96b24df2
commit 7dbbfd5fcf
2 changed files with 2 additions and 2 deletions

View file

@ -325,7 +325,7 @@
<q-input class="col-12 col-sm-6 col-md-7" dense outlined v-model="placeDeathCertificate"
label="สถานที่ออกใบมรณบัตร" />
<q-separator />
<q-input class="col-12" dense outlined v-model="reasonDeath" label="เหตุผลการเสีชีวิต" type="textarea" />
<q-input class="col-12" dense outlined v-model="reasonDeath" label="เหตุผลการเสีชีวิต" type="textarea" />
</div>
<q-space />
</q-card-section>

View file

@ -1214,7 +1214,7 @@ const deleteData = async (id: string) => {
await http
.delete(config.API.profileInforId(id))
.then((res) => {
success($q, "ลบข้อมูลการสอบสำเร็จ");
success($q, "ลบข้อมูลสำเร็จ");
showEmployeeTemp();
})
.catch((e) => {