|
|
@ -37,23 +37,12 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column |
|
|
|
:show-overflow-tooltip="true" |
|
|
|
align="center" |
|
|
|
label="OD" |
|
|
|
> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<div> |
|
|
|
<!-- <span v-if="scope.row.sort === 1">--> |
|
|
|
<!-- <span style="margin-right: 16px">结膜:充血</span>{{ scope.row.odValue }}--> |
|
|
|
<!-- </span>--> |
|
|
|
<!-- <span v-else-if="scope.row.sort === 2">--> |
|
|
|
<!-- <span style="margin-right: 16px">结膜:分泌物</span>{{ scope.row.odValue }}--> |
|
|
|
<!-- </span>--> |
|
|
|
<!-- <span v-else-if="scope.row.sort === 3">--> |
|
|
|
<!-- <span style="margin-right: 16px">视盘:视神经</span>{{ scope.row.odValue }}--> |
|
|
|
<!-- </span>--> |
|
|
|
<!-- <span v-else-if="scope.row.sort === 4">--> |
|
|
|
<!-- <span style="margin-right: 16px">视盘:CDR</span>{{ scope.row.odValue }}--> |
|
|
|
<!-- </span>--> |
|
|
|
<span v-if="scope.row.sort === 5"> |
|
|
|
<div v-if="scope.row.eyeType === 'OD'"> |
|
|
|
<p style="margin-right: 16px">球镜 DS:{{ scope.row.odSph }}</p> |
|
|
@ -79,23 +68,12 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column |
|
|
|
:show-overflow-tooltip="true" |
|
|
|
align="center" |
|
|
|
label="OS" |
|
|
|
> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<div> |
|
|
|
<!-- <span v-if="scope.row.sort === 1">--> |
|
|
|
<!-- <span style="margin-right: 16px">结膜:充血</span>{{ scope.row.osValue }}--> |
|
|
|
<!-- </span>--> |
|
|
|
<!-- <span v-else-if="scope.row.sort === 2">--> |
|
|
|
<!-- <span style="margin-right: 16px">结膜:分泌物</span>{{ scope.row.osValue }}--> |
|
|
|
<!-- </span>--> |
|
|
|
<!-- <span v-else-if="scope.row.sort === 3">--> |
|
|
|
<!-- <span style="margin-right: 16px">视盘:视神经</span>{{ scope.row.osValue }}--> |
|
|
|
<!-- </span>--> |
|
|
|
<!-- <span v-else-if="scope.row.sort === 4">--> |
|
|
|
<!-- <span style="margin-right: 16px">视盘:CDR</span>{{ scope.row.osValue }}--> |
|
|
|
<!-- </span>--> |
|
|
|
<span v-if="scope.row.sort === 5"> |
|
|
|
<div v-if="scope.row.eyeType === 'OS'"> |
|
|
|
<p style="margin-right: 16px">球镜 DS:{{ scope.row.odSph }}</p> |
|
|
@ -121,6 +99,7 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column |
|
|
|
:show-overflow-tooltip="true" |
|
|
|
align="center" |
|
|
|
label="OU" |
|
|
|
width="80" |
|
|
|