| | |
| | | label: "负责人", |
| | | prop: "person", |
| | | }, |
| | | // { |
| | | // label: "地址", |
| | | // prop: "avueMap", |
| | | // type: "map", |
| | | // }, |
| | | { |
| | | label: "地址", |
| | | prop: "place", |
| | | // addDisplay: false, |
| | | // editDisplay: false, |
| | | // viewDisplay: false, |
| | | }, |
| | | { |
| | | label: "经纬度", |
| | | prop: "position", |
| | | type: "input", |
| | | hide:true |
| | | }, |
| | | { |
| | | label: "时间", |
| | | prop: "time", |
| | | type: "datetime", |
| | | format: "yyyy-MM-dd hh:mm:ss", |
| | | valueFormat: "yyyy-MM-dd hh:mm:ss", |
| | | }, |
| | | { |
| | | label: "活动内容", |
| | | prop: "content", |
| | | }, |
| | | { |
| | | label: "位置", |
| | | prop: "position", |
| | | type: "input", |
| | | hide:true |
| | | }, |
| | | ] |
| | | }, |
| | | data: [] |
| | | }; |
| | | }, |
| | | // watch: { |
| | | // //latitude longitude formattedAddress |
| | | // "form.avueMap":{ |
| | | // handler (newObj) { |
| | | // if (newObj.length>0) { |
| | | // this.form.place = newObj[2] |
| | | // this.form.position = newObj[0]+","+newObj[1] |
| | | // } |
| | | // } |
| | | // } |
| | | // }, |
| | | computed: { |
| | | ...mapGetters(["permission"]), |
| | | permissionList() { |