群发消息
This commit is contained in:
		| @@ -25,7 +25,7 @@ | ||||
|                 <div class="message-info__wrapper" v-if="row.accessUrl"> | ||||
|                   <img v-if="row.contentType == 'image'" :src="row.accessUrl"> | ||||
|                   <video style="width:40px; height: 40px;" v-if="row.contentType == 'video'" :src="row.accessUrl"></video> | ||||
|                   <img src="../../../src/assets/file.png" v-if="row.contentType == 'file'" width="40" height="40"/> | ||||
|                   <img src="../../../../examples/assets/file.png" v-if="row.contentType == 'file'" width="40" height="40"/> | ||||
|                   <div class="message-info__wrapper--right"> | ||||
|                     <!-- <h3 v-if="row.contentType === 'image'">{{ row.media.file.name }}</h3> | ||||
|                     <h3 v-if="row.contentType === 'video'">{{ row.media.file.name }}</h3> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user