|
|
@@ -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: '展会结束时间' })
|