|
|
|
@ -1146,7 +1146,7 @@ |
|
|
|
<el-table-column label="结果" prop="result"></el-table-column> |
|
|
|
<el-table-column label="诊断" width="200"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{ getChangeDiagnosies(scope.row.diagnosisId) }} |
|
|
|
{{ dddw(diagnosisId, "id", scope.row.diagnosisId, "displayName") }} |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="创建者" width="100"> |
|
|
|
@ -2539,14 +2539,6 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
getChangeDiagnosies(e) { |
|
|
|
for (var i = 0; i < this.editdigoisceDiagnosisId.length; i++) { |
|
|
|
if (this.editdigoisceDiagnosisId[i].id == e) { |
|
|
|
//dictValue,dictLabel保持和上面定义一致 |
|
|
|
return this.editdigoisceDiagnosisId[i].displayName; |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
tableScrollToRow(tableElement, rowIndex) { |
|
|
|
let theTableRows = tableElement.bodyWrapper.querySelectorAll( |
|
|
|
".el-table__body tbody .el-table__row" |
|
|
|
|