| | |
| | | > |
| | | <div class="content" style="display: flex"> |
| | | <div class="processBox" v-if="dialogMode !== 'add' && processList.length"> |
| | | <el-timeline> |
| | | <el-timeline class="gd-timeline"> |
| | | <el-timeline-item |
| | | v-for="(activity, index) in processList" |
| | | :key="index" |
| | |
| | | </el-col> |
| | | <el-col :span="24"> |
| | | <el-form-item label="工单备注" prop="remark"> |
| | | <el-input class="gd-input" type="textarea" :rows="4" v-model="formData.remark" placeholder="请输入" clearable /> |
| | | <el-input |
| | | class="gd-input" |
| | | type="textarea" |
| | | :rows="4" |
| | | v-model="formData.remark" |
| | | placeholder="请输入" |
| | | clearable |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | // setMapDevice() |
| | | await nextTick() |
| | | syncSelection() |
| | | getDeviceList() |
| | | } |
| | | |
| | | // 初始化地图实例 |
| | |
| | | |
| | | .processBox { |
| | | width: 312px; |
| | | .el-timeline { |
| | | padding-left: 100px; |
| | | } |
| | | .item-content { |
| | | position: relative; |
| | | .flowName { |
| | | width: 80px; |
| | | position: absolute; |
| | | left: -100px; |
| | | top: 0; |
| | | left: -120px; |
| | | top: 0px; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | .tipSelect{ |
| | | .tipSelect { |
| | | text-align: center; |
| | | height: 200px; |
| | | line-height: 200px; |