性别字典变更
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=" :label="
item.ShortName || item.Sex item.ShortName || item.Sex
? `${item.SubjectCode}${item.ShortName}${ ? `${item.SubjectCode}${item.ShortName}${
item.Sex ? $fd('sex', item.Sex) : '' item.Sex ? $fd('Sex', item.Sex) : ''
}` }`
: item.SubjectCode : item.SubjectCode
" "

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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