访视与检查列表性别展示

main
wangxiaoshuang 2024-04-25 17:29:17 +08:00
parent dca7a6edc4
commit 0b1a6bc216
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@
sortable="custom"
>
<template slot-scope="scope">
<span>{{ $fd("sex", Number(scope.row.SubjectSex)) }}</span>
<span>{{ $fd("sex", scope.row.SubjectSex) }}</span>
</template>
</el-table-column>
<!-- 访视名称 -->

View File

@ -120,7 +120,7 @@
min-width="100"
>
<template slot-scope="scope">
<span>{{ $fd("sex", Number(scope.row.SubjectSex)) }}</span>
<span>{{ $fd("sex", scope.row.SubjectSex) }}</span>
</template>
</el-table-column>
<!-- 检查设备 -->