updated
This commit is contained in:
		| @@ -40,7 +40,9 @@ | ||||
|           <tr v-for="oil in deliveries" :key="oil['id']"> | ||||
|             <td>{{ oil['id'] }} </td> | ||||
|               <router-link :to="{ name: 'customerProfile', params: { id: oil['customer_id'] } }"> | ||||
|                 <td>{{ oil['customer_name'] }} </td> | ||||
|                 <td> | ||||
|                    <div class="hover:text-accent">{{ oil['customer_name'] }} </div>  | ||||
|                   </td> | ||||
|               </router-link> | ||||
|             <td> | ||||
|               <div v-if="oil['delivery_status'] == 0">Waiting</div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user