| | |
| | | <template> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <div style="background: #fff;height: 100%;"> |
| | | <el-card class="trackClass"> |
| | | <el-tabs type="card"> |
| | | <el-tab-pane label="警情信息"> |
| | |
| | | </el-row> |
| | | </el-form> |
| | | </el-tab-pane> |
| | | |
| | | <el-tab-pane label="警情反馈"> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="16"> |
| | |
| | | </el-row> |
| | | |
| | | <div class="demo-image__placeholder"> |
| | | |
| | | <span class="demonstration">警情反馈</span> |
| | | <div 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-custom avue-group__icon"></i> |
| | | <h1 class="avue-group__title">警情反馈</h1></div> |
| | | </div> |
| | | </div> |
| | | <el-input |
| | | disabled="true" |
| | | type="textarea" |
| | |
| | | ></el-input> |
| | | |
| | | <div class="block"> |
| | | <span class="demonstration">现场拍照</span> |
| | | <div style="margin-top: 20px;" 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-camera-solid avue-group__icon"></i> |
| | | <h1 class="avue-group__title">现场图片</h1></div> |
| | | </div> |
| | | </div> |
| | | <div> |
| | | <el-image :src="src" style="width: 200px;margin-left: 5px"></el-image> |
| | | <el-image :src="src" style="width: 200px;margin-left: 5px"></el-image> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="block"> |
| | | <span class="demonstration">现场视频</span> |
| | | <div style="margin-top: 20px;" 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-video-camera-solid avue-group__icon"></i> |
| | | <h1 class="avue-group__title">现场视频</h1></div> |
| | | </div> |
| | | </div> |
| | | <div> |
| | | <el-image :src="src" style="width: 200px;margin-left: 5px"> |
| | | <div slot="placeholder" class="image-slot"> |
| | |
| | | </div> |
| | | </div> |
| | | </el-tab-pane> |
| | | |
| | | <el-row :align="center"> |
| | | <el-col :offset="10"> |
| | | <el-button type="danger">处理完成</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | </el-tabs> |
| | | |
| | | |
| | | </el-card> |
| | | |
| | | <el-row :align="center"> |
| | | <el-col :offset="10"> |
| | | <el-button onclick="" style="position: absolute;bottom: 40px" type="danger">处理完成</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | </div> |
| | | </el-col> |
| | | |
| | | <el-col :span="12"> |