From 037c4c2afbd423ad485b052ecae9e77b81a7ce28 Mon Sep 17 00:00:00 2001 From: Mr Swift Date: Sun, 25 Aug 2024 17:50:19 +0330 Subject: [PATCH] Update Index.vue --- pages/admin/gps/withdraw/Index.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pages/admin/gps/withdraw/Index.vue b/pages/admin/gps/withdraw/Index.vue index 1213019..4d7cb52 100644 --- a/pages/admin/gps/withdraw/Index.vue +++ b/pages/admin/gps/withdraw/Index.vue @@ -10,6 +10,7 @@ {{ requestData.userId?.city_name }} {{ requestData.userId?.national_code }} {{ requestData.userId?.shopName }} + {{ requestData.trackingNumber }} @@ -20,15 +21,15 @@ - بستن - {{ + {{ requestData.status == 1 ? 'تایید واریز' : 'تایید' }} @@ -209,8 +210,6 @@ export default { }, methods: { showDialog(data) { - console.log(data) - this.requestData = data this.centerDialogVisible = true }, @@ -239,6 +238,9 @@ export default { type: 'success', message: res.data.msg }) + this.trackingNumber = null + this.centerDialogVisible = false + this.$nuxt.refresh() }) .catch(err => {