日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

工作300:处理预览界面

發布時間:2023/12/9 编程问答 28 豆豆
生活随笔 收集整理的這篇文章主要介紹了 工作300:处理预览界面 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
<template><el-dialogtitle="提示":visible.sync="dialogVisible"width="30%":before-close="handleClose"><div style="margin: 0 auto"><div v-if="tableData.content_type==2"><h1>圖文詳情</h1><div v-html="tableData.resource"></div></div><div v-if="tableData.content_type==1"><h1>視頻詳情</h1><div><video width="420" height="300" controls ><source :src=tableData.resource type="video/mp4"></source></video></div></div><h1>發布標題</h1><p>{{tableData.title}}</p> <h1 class="demonstration">標題/話題</h1><ul v-for="(item,index) in tableData.tag"><li>{{item}}</li></ul><h1 class="demonstration">封面圖片</h1><el-imagestyle="width: 100px; height: 100px":src="tableData.thumbnail"fit="fit"></el-image></div><span slot="footer" class="dialog-footer"><el-button @click="dialogVisible = false">取 消</el-button><el-button type="primary" @click="dialogVisible = false">確 定</el-button></span></el-dialog> </template> <script> import {getAction} from "@/api";export default {name:"ContentList",data() {return {tableData:[],dialogVisible: false,formLabelWidth:"140px",};},methods: {show(record){/* this.tableData=record*//* this.id=id*//*this.$router.push("/content/" + record.id);console.log(record.id)*/getAction("/content/"+record.id).then(res=>{console.log(res)this.tableData=res.data})this.dialogVisible=true/* this.tableData=recordconsole.log(this.tableData)/* getAction("/task",).then(res=>{console.log(res)let List=[]res.data.items.map((value,index)=>{/!* console.log(value.task_recode)*!/List.push({...value.task_recode})})this.tableData=Listconsole.log(this.tableData)})*/},handleClose(done) {this.$confirm('確認關閉?').then(_ => {done();}).catch(_ => {});}} }; </script>

總結

以上是生活随笔為你收集整理的工作300:处理预览界面的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。