性别字典变更
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-11-28 09:38:08 +08:00
parent 4aa1221006
commit e523e1d0a5
11 changed files with 15 additions and 15 deletions

View File

@ -53,7 +53,7 @@
:label="
item.ShortName || item.Sex
? `${item.SubjectCode}${item.ShortName}${
item.Sex ? $fd('sex', item.Sex) : ''
item.Sex ? $fd('Sex', item.Sex) : ''
}`
: item.SubjectCode
"

View File

@ -90,7 +90,7 @@
sortable
>
<template slot-scope="scope">
<span>{{ $fd("sex", scope.row.Sex) }}</span>
<span>{{ $fd("Sex", scope.row.Sex) }}</span>
</template>
</el-table-column>
<!--状态-->

View File

@ -147,7 +147,7 @@
sortable="custom"
>
<template slot-scope="scope">
<span>{{ $fd("sex", scope.row.PatientSex) }}</span>
<span>{{ $fd("Sex", scope.row.PatientSex) }}</span>
</template>
</el-table-column>
<!--Called AE-->

View File

@ -36,7 +36,7 @@
style="width: 150px"
>
<el-option
v-for="item of $d.sex"
v-for="item of $d.Sex"
:key="item.id"
:label="item.label"
:value="item.value"
@ -164,7 +164,7 @@
sortable="custom"
>
<template slot-scope="scope">
<span>{{ $fd('sex', scope.row.SubjectSex) }}</span>
<span>{{ $fd('Sex', scope.row.SubjectSex) }}</span>
</template>
</el-table-column>
<!-- 访视名称 -->

View File

@ -23,7 +23,7 @@
<el-form-item :label="$t('trials:subject:table:gender')">
<el-select v-model="searchData.SubjectSex" clearable>
<el-option
v-for="item of $d.sex"
v-for="item of $d.Sex"
:key="item.id"
:label="item.label"
:value="item.value"
@ -129,7 +129,7 @@
min-width="100"
>
<template slot-scope="scope">
<span>{{ $fd("sex", scope.row.SubjectSex) }}</span>
<span>{{ $fd("Sex", scope.row.SubjectSex) }}</span>
</template>
</el-table-column>
<!-- 检查设备 -->

View File

@ -15,7 +15,7 @@
<el-form-item :label="$t('trials:subject:table:gender')">
<el-select v-model="searchData.SubjectSex" clearable>
<el-option
v-for="item of $d.sex"
v-for="item of $d.Sex"
:key="item.id"
:label="item.label"
:value="item.value"
@ -129,7 +129,7 @@
min-width="100"
>
<template slot-scope="scope">
<span>{{ $fd("sex", Number(scope.row.SubjectSex)) }}</span>
<span>{{ $fd("Sex", Number(scope.row.SubjectSex)) }}</span>
</template>
</el-table-column>
<!-- 患者编号 -->

View File

@ -28,7 +28,7 @@
<el-form-item :label="$t('trials:subject:table:gender')">
<el-select v-model="form.Sex" clearable filterable style="width: 100%">
<el-option
v-for="item of $d.sex"
v-for="item of $d.Sex"
:key="item.id"
:label="item.label"
:value="String(item.value)"

View File

@ -41,7 +41,7 @@
:label="
item.ShortName || item.Sex
? `${item.SubjectCode}${item.ShortName}${
item.Sex ? $fd('sex', item.Sex) : ''
item.Sex ? $fd('Sex', item.Sex) : ''
}`
: item.SubjectCode
"

View File

@ -123,7 +123,7 @@
sortable="custom"
>
<template slot-scope="scope">
<span>{{ $fd("sex", scope.row.PatientSex) }}</span>
<span>{{ $fd("Sex", scope.row.PatientSex) }}</span>
</template>
</el-table-column>
<!--Called AE-->

View File

@ -48,7 +48,7 @@
sortable="custom"
>
<template slot-scope="scope">
<span>{{ $fd("sex", scope.row.PatientSex) }}</span>
<span>{{ $fd("Sex", scope.row.PatientSex) }}</span>
</template>
</el-table-column>
<!--操作-->

View File

@ -32,7 +32,7 @@
style="width: 130px"
>
<el-option
v-for="item of $d.sex"
v-for="item of $d.Sex"
:key="item.id"
:label="item.label"
:value="item.value"
@ -143,7 +143,7 @@
sortable="custom"
>
<template slot-scope="scope">
<span>{{ $fd("sex", scope.row.Sex) }}</span>
<span>{{ $fd("Sex", scope.row.Sex) }}</span>
</template>
</el-table-column>
<!-- 出生日期 -->