แก้ไข label ของลงเวลากรณีพิเศษ
This commit is contained in:
parent
94b3d48a91
commit
af1f13ed3b
3 changed files with 25 additions and 13 deletions
|
|
@ -246,8 +246,6 @@ watch(
|
|||
* ฟังชั้นเรียกดูข้อมูล
|
||||
*/
|
||||
async function fetchData() {
|
||||
console.log(pagination.value.page);
|
||||
|
||||
showLoader();
|
||||
await http
|
||||
.get(
|
||||
|
|
@ -392,7 +390,6 @@ onMounted(async () => {
|
|||
class="col-xs-12 col-sm-3 col-md-2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<d-table
|
||||
:columns="columns"
|
||||
|
|
@ -430,7 +427,6 @@ onMounted(async () => {
|
|||
@click="unapprove(props.row.fullname, props.row.id)"
|
||||
>ไม่อนุมัติ</q-btn
|
||||
>
|
||||
|
||||
<q-btn
|
||||
v-if="
|
||||
props.row.status == 'PENDING' &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue