Ver código fonte

邀请函交互优化

zhoujump 1 mês atrás
pai
commit
4eab61c1eb
1 arquivos alterados com 1 adições e 0 exclusões
  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: '展会结束时间' })