| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <div class="form-header mt"> |
| | | <h4 class="dt h4">家庭设备详情 </h4> |
| | | <h4 class="dt h4">家庭设备详细信息 </h4> |
| | | |
| | | </div> |
| | | <!-- 名称、时间、购买人、内容、地点、备注 --> |
| | |
| | | </el-form> |
| | | |
| | | <el-dialog :visible.sync="dialogVisible"> |
| | | <img w-full :src="dialogImageUrl" alt="Preview Image" /> |
| | | <img w-full :src="dialogImageUrl" style="width: 700px; height: 700px" alt="Preview Image" /> |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | |
| | | this.$route.meta.title = "修改家庭设备详细信息";//列表的名称 |
| | | } |
| | | else{ |
| | | document.title = "查看家庭设备详细信息"; |
| | | this.$route.meta.title = "查看家庭设备详细信息";//列表的名称 |
| | | this.isShow=false |
| | | document.title = "家庭设备详细信息"; |
| | | this.$route.meta.title = "家庭设备详细信息";//列表的名称 |
| | | this.isShow=true |
| | | } |
| | | |
| | | let _this = this |