소스 검색

邀请函交互优化

zhoujump 1 개월 전
부모
커밋
4eab61c1eb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/invitationManage/edit.vue

+ 1 - 0
src/views/invitationManage/edit.vue

@@ -489,6 +489,7 @@ export default Vue.extend({
           this.expoData = []
           this.expoData.push({ id: 'expo_name', key: 'expo_name', label: '展会名称' })
           this.expoData.push({ id: 'location', key: 'location', label: '展会地址' })
+          this.expoData.push({ id: 'content', key: 'location', label: '展会介绍' })
           this.expoData.push({ id: 'organizer', key: 'organizer', label: '展会主办方' })
           this.expoData.push({ id: 'start_date', key: 'start_date', label: '展会开始时间' })
           this.expoData.push({ id: 'end_date', key: 'end_date', label: '展会结束时间' })