liujq 3 년 전
부모
커밋
74be051f57

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-f8c188c2.926b5ce9.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.833433ad.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-2f975276.3d20225f.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-7219e7a3.269007c6.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-7219e7a3.49ac99a5.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-f8c188c2.bfe9ee42.js


+ 12 - 0
src/views/map/dtl.vue

@@ -588,6 +588,18 @@ export default {
             ...data.mapDiyObj,
             title: res.title,
           }
+          // this.polygons.map((item, oneIndex) => {
+          //   markerData.map(sub => {
+          //     if (item.text === sub.text) {
+          //       sub.pIndex = oneIndex
+          //       console.log(item.text, oneIndex, sub.text)
+          //     }
+          //   })
+          // })
+          // markerData.sort(function (a, b) {
+          //   return a.pIndex - b.pIndex
+          // })
+          // this.markerData = JSON.parse(JSON.stringify(markerData))
         } else {
           this.mapDiyObj = {
             mapStyle: 'normal',

+ 2 - 0
src/views/user/appSale.vue

@@ -57,11 +57,13 @@ export default {
   mounted() {
     this.listConfig = {
       rows: [
+        { label: '分类', prop: 'sale_type', type: 'flag', flags: arrToObj(this.$dictData.sale_type	) },
         { label: '置业经理', prop: 'sale_name' },
         { label: '头像', prop: 'sale_avatar', type: 'img' },
         { label: '联系电话', prop: 'sale_phone' },
         { label: '销售标签', prop: 'custom_tag'},
         { label: '微信昵称', prop: 'nickname'},
+        { label: '微信昵称', prop: 'nickname'},
         { label: '微信头像', prop: 'avatar', type: 'img' },
         { label: '微信电话', prop: 'phone' },
         { label: '更新时间', prop: 'update_at' },

+ 1 - 0
src/views/user/components/popup/AppSaleEdit.vue

@@ -52,6 +52,7 @@ export default {
         { label: '头像', key: 'sale_avatar', type: 'uploads', rules: 1 },
         { label: '联系电话', key: 'sale_phone', class: 'c-2', rules: 1 },
         { label: '销售标签', key: 'custom_tag', class: 'c-2', rules: 1 },
+        { label: '分类', key: 'sale_type', rules: 1, type: 'select', options: this.$dictData.sale_type },
       ]
       this.setDefaultValue(params)
     },

+ 1 - 0
src/views/user/components/searchForm/AppSale.vue

@@ -18,6 +18,7 @@ export default {
       searchData: [
         { label: '置业经理名称', key: 'sale_name' },
         { label: '置业联系电话', key: 'sale_phone' },
+        { label: '分类', key: 'sale_type', type: 'select', options: this.$dictData.sale_type},
       ]
     }
   },

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.