| | |
| | | <span class="data-detail">{{baseCase.illegalBuilding.description}}</span> |
| | | </el-form-item> |
| | | </div> |
| | | <!-- <div class="data-item"> |
| | | <el-form-item label="处置方式:"> |
| | | <span class="data-detail">xxxxxxx</span> |
| | | </el-form-item> |
| | | </div> |
| | | <div class="data-item"> |
| | | <el-form-item label="处置手段:"> |
| | | <span class="data-detail">xxxxxxx</span> |
| | | </el-form-item> |
| | | </div> --> |
| | | <!-- 审核意见 --> |
| | | <el-form-item label="审核意见" prop="auditOpinion"> |
| | | <el-input type="textarea" placeholder="请输入审核意见" v-model="baseCase.auditOpinion"></el-input> |
| | |
| | | return false; |
| | | } |
| | | }) |
| | | }, |
| | | // 获取当前用户登录信息 |
| | | getUserLoginInfo() { |
| | | // 获取登录名; |
| | | const username = sessionStorage.getItem('name'); |
| | | this.$axios({ |
| | | method: 'get', |
| | | url: 'sccg/admin/info', |
| | | data: { |
| | | name: 'username' |
| | | } |
| | | }) |
| | | .then(res => { |
| | | }) |
| | | }, |
| | | } |
| | | }, |
| | | props: ['info', 'closeDialog'] |
| | | } |
| | |
| | | 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; |
| | | } |
| | | |
| | | .view-process { |
| | |
| | | position: relative; |
| | | |
| | | .show-wrap { |
| | | overflow: scroll; |
| | | overflow: auto; |
| | | height: 600px; |
| | | } |
| | | } |