update ui ระบบบรรจุ
This commit is contained in:
parent
c837fe6d8b
commit
5144effebd
3 changed files with 602 additions and 683 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="q-px-md q-pb-md">
|
<div class="q-px-md q-pb-md">
|
||||||
<div class="col-12 row q-py-sm" v-if="nornmalData == false">
|
<div class="col-12 row q-py-sm" v-if="nornmalData == false">
|
||||||
<q-btn
|
<!-- <q-btn
|
||||||
size="12px"
|
size="12px"
|
||||||
v-if="!editvisible"
|
v-if="!editvisible"
|
||||||
flat
|
flat
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
>
|
>
|
||||||
<q-tooltip>บันทึกข้อมูล</q-tooltip>
|
<q-tooltip>บันทึกข้อมูล</q-tooltip>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
<q-space />
|
<q-space />
|
||||||
<div class="items-center" style="display: flex">
|
<div class="items-center" style="display: flex">
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ interface TableName {
|
||||||
UnitGroup: string;
|
UnitGroup: string;
|
||||||
Unit: string;
|
Unit: string;
|
||||||
ReportingDate: string; //วันที่รายงานตัว
|
ReportingDate: string; //วันที่รายงานตัว
|
||||||
BMAOfficer: boolean;
|
BMAOfficer: string;
|
||||||
Status: string;
|
Status: string;
|
||||||
checkList: any;
|
checkList: any;
|
||||||
address: string;
|
address: string;
|
||||||
|
|
@ -20,15 +20,15 @@ interface TableName {
|
||||||
number: number;
|
number: number;
|
||||||
examCount: number;
|
examCount: number;
|
||||||
scoreResult: {
|
scoreResult: {
|
||||||
scoreAFull:number
|
scoreAFull: number;
|
||||||
scoreA: number;
|
scoreA: number;
|
||||||
scoreBFull: number;
|
scoreBFull: number;
|
||||||
scoreB: number;
|
scoreB: number;
|
||||||
scoreCFull: number;
|
scoreCFull: number;
|
||||||
scoreC: number;
|
scoreC: number;
|
||||||
scoreSumFull: number;
|
scoreSumFull: number;
|
||||||
scoreSum: number;
|
scoreSum: number;
|
||||||
examResult: string;
|
examResult: string;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue