เพิ่มแบบมอบหมายงานการทดลองปฏิบัติหน้าที่ราชการ

This commit is contained in:
Tanyalak 2023-07-10 17:44:24 +07:00
parent d3f119ae89
commit 10395775e8
4 changed files with 283 additions and 9 deletions

View file

@ -81,7 +81,7 @@
<div v-if="col.name == 'no'">
{{ props.rowIndex + 1 }}
</div>
<div v-else-if="col.name == 'status'">
<!-- <div v-else-if="col.name == 'status'">
<q-icon size="20px" v-if="props.row.status == 'อยู่ระหว่างการทดลองงาน'" name="mdi-timer-sand" color="deep-orange">
<q-tooltip>อยระหวางการทดลองงาน</q-tooltip>
</q-icon>
@ -91,7 +91,7 @@
<q-icon size="20px" v-else name="mdi-check" color="teal">
<q-tooltip>านการทดลองงาน</q-tooltip>
</q-icon>
</div>
</div> -->
<div v-else>
{{ col.value }}
</div>
@ -308,7 +308,7 @@ const columns = ref<QTableProps["columns"]>([
},
{
name: "status",
align: "center",
align: "left",
label: "สถานะทดลองงาน",
sortable: true,
field: "status",