อื่น ๆ --> อื่นๆ
This commit is contained in:
parent
9f5147b923
commit
6b17fd4c25
13 changed files with 30 additions and 39 deletions
|
|
@ -45,7 +45,7 @@ const budgetSourceOp = ref<DataOptions[]>([
|
|||
{ id: "HOSPITAL", name: "เงินบำรุงโรงพยาบาล" },
|
||||
{ id: "FUND", name: "เงินกองทุน" },
|
||||
{ id: "SUBSIDY", name: "เงินอุดหนุน" },
|
||||
{ id: "OTHER", name: "เงินอื่น ๆ" },
|
||||
{ id: "OTHER", name: "เงินอื่นๆ" },
|
||||
]);
|
||||
|
||||
const formBody = reactive<FormsSholarship>({
|
||||
|
|
@ -1075,9 +1075,7 @@ onMounted(async () => {
|
|||
</div>
|
||||
<div class="col-4 text-grey">ชื่อ-นามสกุล</div>
|
||||
<div class="col-8 text-weight-medium">
|
||||
{{
|
||||
dataGuarantor.name ? dataGuarantor.name : "-"
|
||||
}}
|
||||
{{ dataGuarantor.name ? dataGuarantor.name : "-" }}
|
||||
</div>
|
||||
<div class="col-4 text-grey">ตำแหน่ง</div>
|
||||
<div class="col-8 text-weight-medium">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue