| src/views/eventgm/eventgmDetail.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/repairsorder/repairsorderDetail.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/taskinfo/taskinfo.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/taskinfo/taskinfoPlan.vue | ●●●●● patch | view | raw | blame | history |
src/views/eventgm/eventgmDetail.vue
@@ -106,7 +106,7 @@ > <div class="avue-group__header avue-group"> <i class="el-icon-s-order avue-group__icon"></i> <h1 class="avue-group__title">事件图片</h1> <h1 class="avue-group__title">事件图片和视频</h1> </div> </div> </div> @@ -118,36 +118,44 @@ :preview-src-list="picUrls" v-show="picUrls.length > 0" ></el-image> <span v-show="picUrls.length == 0">暂无图片</span> </el-card> <div style="" role="tab" aria-expanded="true" aria-controls="el-collapse-content-823" aria-describedby="el-collapse-content-823" > <div role="button" tabindex="0" class="el-collapse-item__header focusing is-active" > <div class="avue-group__header avue-group"> <i class="el-icon-s-order avue-group__icon"></i> <h1 class="avue-group__title">事件视频</h1> </div> </div> </div> <el-card> <video :src="videoUrls" style="width: 200px; height: 200px; object-fit: fill" style="width: 145px; height: 145px; object-fit: fill" controls v-show="videoUrls != ''" ></video> <span v-show="videoUrls.length == 0">暂无视频</span> <span v-show="picUrls.length == 0&&videoUrls.length ==0">暂无数据</span> </el-card> <!--视频--> <!-- <div--> <!-- style=""--> <!-- role="tab"--> <!-- aria-expanded="true"--> <!-- aria-controls="el-collapse-content-823"--> <!-- aria-describedby="el-collapse-content-823"--> <!-- >--> <!-- <div--> <!-- role="button"--> <!-- tabindex="0"--> <!-- class="el-collapse-item__header focusing is-active"--> <!-- >--> <!-- <div class="avue-group__header avue-group">--> <!-- <i class="el-icon-s-order avue-group__icon"></i>--> <!-- <h1 class="avue-group__title">事件视频</h1>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- <el-card>--> <!-- <video--> <!-- :src="videoUrls"--> <!-- style="width: 200px; height: 200px; object-fit: fill"--> <!-- controls--> <!-- v-show="videoUrls != ''"--> <!-- ></video>--> <!-- <span v-show="videoUrls.length == 0">暂无视频</span>--> <!-- </el-card>--> <!--事件流程信息--> <div style="" @@ -407,9 +415,9 @@ } .el-image { margin: 10px; width: 100px; height: 100px; margin-right: 10px; width: 145px; height: 145px; } } } src/views/repairsorder/repairsorderDetail.vue
@@ -99,36 +99,45 @@ :preview-src-list="picUrls" v-show="picUrls.length > 0" ></el-image> <span v-show="picUrls.length == 0">暂无图片</span> </el-card> <div style="" role="tab" aria-expanded="true" aria-controls="el-collapse-content-823" aria-describedby="el-collapse-content-823" > <div role="button" tabindex="0" class="el-collapse-item__header focusing is-active" > <div class="avue-group__header avue-group"> <i class="el-icon-s-order avue-group__icon"></i> <h1 class="avue-group__title">维修视频</h1> </div> </div> </div> <el-card> <video :src="videoUrls" style="width: 200px; height: 200px; object-fit: fill" style="width: 145px; height: 145px; object-fit: fill" controls v-show="videoUrls != ''" ></video> <span v-show="videoUrls.length == 0">暂无视频</span> <span v-show="picUrls.length == 0&&videoUrls.length ==0">暂无数据</span> </el-card> <!-- <div--> <!-- style=""--> <!-- role="tab"--> <!-- aria-expanded="true"--> <!-- aria-controls="el-collapse-content-823"--> <!-- aria-describedby="el-collapse-content-823"--> <!-- >--> <!-- <div--> <!-- role="button"--> <!-- tabindex="0"--> <!-- class="el-collapse-item__header focusing is-active"--> <!-- >--> <!-- <div class="avue-group__header avue-group">--> <!-- <i class="el-icon-s-order avue-group__icon"></i>--> <!-- <h1 class="avue-group__title">维修视频</h1>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- <el-card>--> <!-- <video--> <!-- :src="videoUrls"--> <!-- style="width: 200px; height: 200px; object-fit: fill"--> <!-- controls--> <!-- v-show="videoUrls != ''"--> <!-- ></video>--> <!-- <span v-show="videoUrls.length == 0">暂无视频</span>--> <!-- </el-card>--> <!--维修人员信息--> <div @@ -280,9 +289,9 @@ } .el-image { margin: 10px; width: 100px; height: 100px; margin-right: 10px; width: 145px; height: 145px; } } } src/views/taskinfo/taskinfo.vue
@@ -176,6 +176,8 @@ this.form.endTime = `${year}-${month}-${strDate} 23:59:59` this.form.source = 'SYSTEMNEW' this.form.state = '0' } else if (["edit"].includes(type)) { this.form.routeRange = '\'' + this.form.routeRange + '\'' } done(); }, src/views/taskinfo/taskinfoPlan.vue
@@ -186,6 +186,8 @@ beforeOpen(done, type) { if (["add"].includes(type)) { this.form.status = 2 }else if (["edit"].includes(type)) { this.form.routeRange = '\'' + this.form.routeRange + '\'' } done(); },