|
@@ -321,14 +321,14 @@
|
|
|
</div>
|
|
|
</vuescroll>
|
|
|
<Modal v-model="viewNoticeStatus" className="ed-name-modal" footer-hide width="600">
|
|
|
- <template v-if="noticeList[noticeIndex]">
|
|
|
- <div slot="header" class="modal-header">
|
|
|
- {{noticeList[noticeIndex] ? noticeList[noticeIndex].title : ''}}
|
|
|
- </div>
|
|
|
- <div class="edit-name-content">
|
|
|
- <p class="notice-content" v-html="noticeList[noticeIndex].content"></p>
|
|
|
- </div>
|
|
|
- </template>
|
|
|
+ <div slot="header" class="modal-header">
|
|
|
+ {{noticeList[noticeIndex] ? noticeList[noticeIndex].title : ''}}
|
|
|
+ </div>
|
|
|
+ <div class="edit-name-content">
|
|
|
+ <p class="notice-content">
|
|
|
+ {{noticeList[noticeIndex] ? noticeList[noticeIndex].content : ''}}
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
</Modal>
|
|
|
</div>
|
|
|
</template>
|