From 65afc37240b5af98270827a191d105f56fbd9675 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 1 Jul 2022 17:14:22 +0800 Subject: [PATCH] fix --- .../{AddFamily.vue => AddMerchan.vue} | 4 +- .../xicheng/AppMerchanGird/AppMerchanGrid.vue | 238 ++++++++++++------ .../xicheng/AppMerchanGird/Organization.vue | 181 ------------- .../{FamilyList.vue => merchanList.vue} | 4 +- .../AppPageMerchant/AppPageMerchant.vue | 61 ++++- .../xicheng/AppPageMerchant/img/header-bg.png | Bin 46750 -> 0 bytes .../xicheng/AppPageMerchant/img/jmda.png | Bin 29140 -> 0 bytes .../xicheng/AppPageMerchant/img/jmqgl.png | Bin 35724 -> 0 bytes .../xicheng/AppPageMerchant/img/jmxxgl.png | Bin 31041 -> 0 bytes .../AppPageMerchant/img/police-logo.jpg | Bin 65787 -> 0 bytes .../AppPageMerchant/img/shanghudangan.png | Bin 0 -> 1164 bytes .../AppPageMerchant/img/shanghuditu.png | Bin 0 -> 1973 bytes .../AppPageMerchant/img/wanggeguanli.png | Bin 0 -> 978 bytes .../AppPageMerchant/img/wanggetongji.png | Bin 0 -> 837 bytes 14 files changed, 214 insertions(+), 274 deletions(-) rename src/project/xicheng/AppMerchanGird/{AddFamily.vue => AddMerchan.vue} (99%) delete mode 100644 src/project/xicheng/AppMerchanGird/Organization.vue rename src/project/xicheng/AppMerchanGird/{FamilyList.vue => merchanList.vue} (99%) delete mode 100644 src/project/xicheng/AppPageMerchant/img/header-bg.png delete mode 100644 src/project/xicheng/AppPageMerchant/img/jmda.png delete mode 100644 src/project/xicheng/AppPageMerchant/img/jmqgl.png delete mode 100644 src/project/xicheng/AppPageMerchant/img/jmxxgl.png delete mode 100644 src/project/xicheng/AppPageMerchant/img/police-logo.jpg create mode 100644 src/project/xicheng/AppPageMerchant/img/shanghudangan.png create mode 100644 src/project/xicheng/AppPageMerchant/img/shanghuditu.png create mode 100644 src/project/xicheng/AppPageMerchant/img/wanggeguanli.png create mode 100644 src/project/xicheng/AppPageMerchant/img/wanggetongji.png diff --git a/src/project/xicheng/AppMerchanGird/AddFamily.vue b/src/project/xicheng/AppMerchanGird/AddMerchan.vue similarity index 99% rename from src/project/xicheng/AppMerchanGird/AddFamily.vue rename to src/project/xicheng/AppMerchanGird/AddMerchan.vue index e7dc5f75..8207bc80 100644 --- a/src/project/xicheng/AppMerchanGird/AddFamily.vue +++ b/src/project/xicheng/AppMerchanGird/AddMerchan.vue @@ -1,5 +1,5 @@