话术库bug
This commit is contained in:
		| @@ -62,8 +62,8 @@ | ||||
|                   <el-tooltip class="item" effect="dark" :content="row.content" placement="top"> | ||||
|                     <div class="table-left__wrapper--text" v-if="row.contentType == 'text'">{{ row.content }}</div> | ||||
|                   </el-tooltip> | ||||
|                   <div class="ellipsis" v-if="row.contentType !== 'text'">{{ row.file.name }}</div> | ||||
|                   <div v-if="row.contentType !== 'text'">{{ row.file.size | size }}KB</div> | ||||
|                   <div class="ellipsis" v-if="row.contentType !== 'text' && row.file && row.file.name">{{ row.file.name }}</div> | ||||
|                   <div v-if="row.contentType !== 'text' && row.file && row.file.size">{{ row.file.size | size }}KB</div> | ||||
|                 </div> | ||||
|               </div> | ||||
|             </template> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user