| | |
| | | open1:false, |
| | | open2:false, |
| | | open3:false, |
| | | allBasicInfo:["基本情况","生活习惯","护理查体","现在健康问题"], |
| | | allBasicInfo:["基本情况","生活习惯","护理查体","现在健康情况"], |
| | | dictionary: {}, |
| | | // 遮罩层 |
| | | editMode: false, // 是否处于编辑模式 |
| | |
| | | <template v-slot:title> |
| | | <h2 style="font-size:16px ">前任情况</h2> |
| | | <div class="title-wrapper"> |
| | | <div> |
| | | <!-- <div> |
| | | <el-button class="button" size="mini" type="text" @click="handleAdd"> |
| | | <span v-html="'\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0'"></span></el-button> |
| | | </div> |
| | | </div> --> |
| | | |
| | | |
| | | </div> |
| | |
| | | </el-form> |
| | | |
| | | |
| | | <el-row :gutter="25" v-loading="loading"> |
| | | <el-col :span="6" v-for="(item,i) in replayList" :style="margin"> |
| | | <el-row :gutter="25" min-width="1800" v-loading="loading"> |
| | | <el-col :span="6" :xs=24 :sm=12 :lg=8 :xl=6 v-for="(item,i) in replayList" :style="margin"> |
| | | <div class="module"> |
| | | <span class="span1">{{ item.title }}</span> |
| | | <span class="span1 spanStyle">{{ item.title }}</span> |
| | | <span class="span2">{{ item.startTime }}</span> |
| | | <el-button class="huifang" type="primary" plain @click="show(item.id)">回放</el-button> |
| | | <!-- <div class="tubiao"><i class="el-icon-view">10000</i></div> --> |
| | |
| | | replayList:[], |
| | | queryParams: { |
| | | pageNum: 1, |
| | | pageSize: 8, |
| | | pageSize: 9, |
| | | title: undefined, |
| | | applyPerson: undefined, |
| | | contactPerson: undefined, |
| | |
| | | } |
| | | |
| | | .module { |
| | | width: 100%; |
| | | |
| | | width: 400px; |
| | | height: 160px; |
| | | background-color: rgb(255, 255, 255); |
| | | border-color: red; |
| | |
| | | } |
| | | |
| | | .span1 { |
| | | float: left; |
| | | /* float: left; */ |
| | | font-size: 20px; |
| | | margin-top: 5%; |
| | | margin-left: 3%; |
| | | } |
| | | |
| | | .span2 { |
| | | float: right; |
| | | /* float: right; */ |
| | | position: absolute; |
| | | right:2px; |
| | | top:40px; |
| | | font-size: 20px; |
| | | margin-top: 5%; |
| | | margin-right: 3%; |
| | |
| | | .video{ |
| | | object-fit: cover; |
| | | } |
| | | .spanStyle { |
| | | white-space: normal; |
| | | position: absolute; |
| | | |
| | | height: 30px; |
| | | width: 385px; |
| | | overflow: hidden; /*超出的文本隐藏*/ |
| | | text-overflow: ellipsis; /* 溢出用省略号*/ |
| | | |
| | | } |
| | | </style> |
| | |
| | | this.dialogFileUrl = file.url; |
| | | if(this.dialogFileUrl.includes("47.93.189.255")==true) |
| | | this.dialogFileUrl = this.dialogFileUrl.replace("47.93.189.255","www.bendudu.com") |
| | | //alert(this.dialogFileUrl) |
| | | alert(this.dialogFileUrl) |
| | | const Base64 = require('js-base64').Base64 |
| | | |
| | | this.desurl = process.env.VUE_APP_BASE_OTHER_API+"preview/"+'onlinePreview?url='+encodeURIComponent(Base64.encode(this.dialogFileUrl)); |