| | |
| | | <el-form :model="baseCase" label-position="right" ref="viewForm" :rules="Rules" label-width="100px"> |
| | | <div class="data-item"> |
| | | <el-form-item label="问题来源:"> |
| | | <span class="data-detail">{{baseCase.eventSource === 2 ? '人工上报' : '视频巡查'}}</span> |
| | | <span class="data-detail">{{baseCase.eventSource === 2 ? '网格巡查' : '视频巡查'}}</span> |
| | | </el-form-item> |
| | | <el-form-item label="登记人员:"> |
| | | <span class="data-detail">{{baseCase.createUser}}</span> |
| | |
| | | { |
| | | trigger:'blur',validator:checkFinal |
| | | } |
| | | ] |
| | | |
| | | ] |
| | | |
| | | }, |
| | | baseCase: {}, |
| | | handlePassVo: {}, |
| | |
| | | line-height: 40px; |
| | | } |
| | | |
| | | :deep(.el-form-item__label) { |
| | | color: #4b9bb7; |
| | | } |
| | | // :deep(.el-form-item__label) { |
| | | // color: #4b9bb7; |
| | | // } |
| | | |
| | | :deep(.el-textarea__inner) { |
| | | background-color: #17324c; |
| | | color: #4b9bb7; |
| | | } |
| | | // :deep(.el-textarea__inner) { |
| | | // background-color: #17324c; |
| | | // color: #4b9bb7; |
| | | // } |
| | | |
| | | .el-form-footer { |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | } |
| | | |
| | | border: 1px solid #17324c; |
| | | // border: 1px solid #17324c; |
| | | } |
| | | :deep(.el-textarea__inner){ |
| | | background-color: #17324c; |
| | | color: #4b9bb7; |
| | | } |
| | | // :deep(.el-textarea__inner){ |
| | | // background-color: #17324c; |
| | | // color: #4b9bb7; |
| | | // } |
| | | .closure-info{ |
| | | padding: 20px; |
| | | .op-item{ |
| | |
| | | position: relative; |
| | | |
| | | .show-wrap { |
| | | overflow: scroll; |
| | | overflow: auto; |
| | | height: 600px; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | | </style> |