访视与检查列表性别展示
parent
dca7a6edc4
commit
0b1a6bc216
|
@ -153,7 +153,7 @@
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ $fd("sex", Number(scope.row.SubjectSex)) }}</span>
|
<span>{{ $fd("sex", scope.row.SubjectSex) }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- 访视名称 -->
|
<!-- 访视名称 -->
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
min-width="100"
|
min-width="100"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ $fd("sex", Number(scope.row.SubjectSex)) }}</span>
|
<span>{{ $fd("sex", scope.row.SubjectSex) }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- 检查设备 -->
|
<!-- 检查设备 -->
|
||||||
|
|
Loading…
Reference in New Issue