diff --git a/canteen/pages/purchase/detail.vue b/canteen/pages/purchase/detail.vue index aa1530f..01807ae 100644 --- a/canteen/pages/purchase/detail.vue +++ b/canteen/pages/purchase/detail.vue @@ -3,7 +3,8 @@ - + + {{ order.supplier.supplier_name }} {{ order.supplier.address }} diff --git a/canteen/static/images/supplier_avatar.png b/canteen/static/images/supplier_avatar.png new file mode 100644 index 0000000..6b71e2b Binary files /dev/null and b/canteen/static/images/supplier_avatar.png differ diff --git a/supplier/pages/gonghuo/detail.vue b/supplier/pages/gonghuo/detail.vue index 7841dd8..8f29af9 100644 --- a/supplier/pages/gonghuo/detail.vue +++ b/supplier/pages/gonghuo/detail.vue @@ -2,7 +2,8 @@ - + + {{ order.canteen.canteen_name }} {{ order.canteen.address }} diff --git a/supplier/static/images/canteen_avatar.png b/supplier/static/images/canteen_avatar.png new file mode 100644 index 0000000..8c632bc Binary files /dev/null and b/supplier/static/images/canteen_avatar.png differ