Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before
| | |
| | | } |
| | | |
| | | |
| | | export function fetchCapabilityForOperation() { |
| | | return request({ |
| | | url: '/mes/capability/all', |
| | | method: 'get' |
| | | }) |
| | | } |
| | | // export function fetchCapabilityForOperation() { |
| | | // return request({ |
| | | // url: '/mes/capability/all', |
| | | // method: 'get' |
| | | // }) |
| | | // } |
| | | |
| | | |
| | | export function getByOperation(id) { |
| | |
| | | } |
| | | ele.iid = Math.random() |
| | | ele.father = item.rpFather |
| | | if (item.children != undefined) { |
| | | item.children.forEach(obj => { |
| | | let arr= [] |
| | | if(obj.userName){ |
| | | userNameList.push(obj.userName) |
| | | } |
| | | let arr= [] |
| | | |
| | | |
| | | if(obj.testValue){ |
| | | arr = obj.testValue.split(",") |
| | | } |
| | | |
| | | if (arr.length > this.empiricalValueAdd) { |
| | | this.empiricalValueAdd = arr.length |
| | | } |
| | | let o = { |
| | | deviceId: obj.deviceId, |
| | | deviceName: obj.deviceName, |
| | |
| | | ele.children.push(o) |
| | | }) |
| | | this.list.push(ele) |
| | | } |
| | | }} |
| | | }) |
| | | this.conclusionTable = [{ |
| | | code: data.code, |
| | |
| | | </el-checkbox-group> |
| | | </div> |
| | | |
| | | <el-divider content-position="left">能力</el-divider> |
| | | <!-- <el-divider content-position="left">能力</el-divider> |
| | | <div class="node-content"> |
| | | <label |
| | | v-if="capacities == null || capacities.length == 0" |
| | |
| | | 没有配置能力 |
| | | </label> |
| | | |
| | | <el-tag |
| | | <el-tag |
| | | size="medium" |
| | | v-for="item in capacities" |
| | | :key="item.id" |
| | |
| | | effect="dark" |
| | | > |
| | | {{ item.label }} |
| | | </el-tag> |
| | | </div> |
| | | </el-tag> |
| | | </div> --> |
| | | <el-divider content-position="left">备注</el-divider> |
| | | <div class="node-content-remark"> |
| | | <rich-text |