|
@@ -13,7 +13,7 @@
|
|
|
<p>会议场所:{{ info.siteName.name }}</p>
|
|
|
<p>参会人员:{{ info.participants.name }}</p>
|
|
|
<p>会议议题:</p>
|
|
|
- <div v-html="info.meetingTopics" class="showhtml"> </div>
|
|
|
+ <div v-html="info.meetingTopics" class="showhtml" > </div>
|
|
|
</div>
|
|
|
<van-button v-if="canAudit" type="primary" class="btn-sub" @click="update">审核</van-button>
|
|
|
</div>
|