zhujindu 8 kuukautta sitten
vanhempi
commit
1ef6db84ba
2 muutettua tiedostoa jossa 6 lisäystä ja 3 poistoa
  1. 5 2
      src/views/home/noVisit.vue
  2. 1 1
      src/views/home/visitCollapse.vue

+ 5 - 2
src/views/home/noVisit.vue

@@ -227,12 +227,15 @@ export default {
           typeName2: this.activatStoreVal.typeName2,
           chainId: this.activatStoreVal.chainId,
           rdId: this.activatStoreVal.rdId,
+          customerManager: this.activatStoreVal.customer_manager,
+          openDate: this.activatStoreVal.open_date,
+          close: this.activatStoreVal.close,
+          freeze: this.activatStoreVal.freeze,
           lat: this.TXisBD.lat,
           lon: this.TXisBD.lon,
-          visitId: this.activatStoreVal.visitId,
           pageType: 'out',
           addressLine: this.activatStoreVal.addressLine,
-          storeCategory: this.activatStoreVal.storeCategoryName,
+          storeCategory: this.activatStoreVal.storeCategory,
           chainName: this.activatStoreVal.chainName,
           hisTime: this.activatStoreVal.hisTime,
           contactName: this.activatStoreVal.contactName,

+ 1 - 1
src/views/home/visitCollapse.vue

@@ -79,8 +79,8 @@ export default {
     }
     .children-item {
       .child-targetName {
-        // padding-top: 10px;
         padding-bottom: 5px;
+        font-weight: 600;
       }
       .target-box {
         overflow: hidden;