updated kpi
This commit is contained in:
parent
08f6efa1f5
commit
a39a34b15f
3 changed files with 36 additions and 23 deletions
|
|
@ -136,14 +136,14 @@ function fetchList() {
|
|||
: store.tabMainevaluator === "5"
|
||||
? "EVALUATING_EVALUATOR"
|
||||
: store.tabMainevaluator === "6"
|
||||
? "EVALUATING_EVALUATOR"
|
||||
: undefined,
|
||||
evaluating:
|
||||
store.tabMainevaluator === "5"
|
||||
? true
|
||||
: store.tabMainevaluator === "6"
|
||||
? false
|
||||
? "SUMMARY"
|
||||
: undefined,
|
||||
// evaluating:
|
||||
// store.tabMainevaluator === "5"
|
||||
// ? true
|
||||
// : store.tabMainevaluator === "6"
|
||||
// ? false
|
||||
// : undefined,
|
||||
reqedit: store.tabMainevaluator === "3" ? "NEW" : undefined,
|
||||
};
|
||||
|
||||
|
|
@ -321,7 +321,6 @@ onMounted(async () => {
|
|||
class="text-grey"
|
||||
active-color="primary"
|
||||
indicator-color="primary"
|
||||
narrow-indicator
|
||||
>
|
||||
<q-tab name="1" label="รายการทั้งหมด" @click="onChangTab" />
|
||||
<q-tab name="2" label="รออนุมัติข้อตกลง" @click="onChangTab" />
|
||||
|
|
@ -335,12 +334,14 @@ onMounted(async () => {
|
|||
label="อนุมัติเพื่อเริ่มประเมิน"
|
||||
@click="onChangTab"
|
||||
/> -->
|
||||
<q-tab name="5" label="สรุปผลการประเมิน" @click="onChangTab" />
|
||||
<q-tab
|
||||
<q-tab name="5" label="รายงานผลสำเร็จ" @click="onChangTab" />
|
||||
<q-tab name="6" label="สรุปผลการประเมิน" @click="onChangTab" />
|
||||
<!-- <q-tab
|
||||
name="6"
|
||||
label="ตรวจสอบผลการประเมิน"
|
||||
label="รายงานผลสำเร็จ"
|
||||
onChangTab
|
||||
@click="onChangTab"
|
||||
/>
|
||||
/> -->
|
||||
</q-tabs>
|
||||
<q-separator />
|
||||
|
||||
|
|
@ -492,6 +493,7 @@ onMounted(async () => {
|
|||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.icon-color {
|
||||
color: #4154b3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue