性别字典变更
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
4aa1221006
commit
e523e1d0a5
|
@ -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
|
||||
"
|
||||
|
|
|
@ -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>
|
||||
<!--状态-->
|
||||
|
|
|
@ -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-->
|
||||
|
|
|
@ -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>
|
||||
<!-- 访视名称 -->
|
||||
|
|
|
@ -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>
|
||||
<!-- 检查设备 -->
|
||||
|
|
|
@ -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>
|
||||
<!-- 患者编号 -->
|
||||
|
|
|
@ -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)"
|
||||
|
|
|
@ -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
|
||||
"
|
||||
|
|
|
@ -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-->
|
||||
|
|
|
@ -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>
|
||||
<!--操作-->
|
||||
|
|
|
@ -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>
|
||||
<!-- 出生日期 -->
|
||||
|
|
Loading…
Reference in New Issue