性别字典变更
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="
|
: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
|
||||||
"
|
"
|
||||||
|
|
|
@ -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>
|
||||||
<!--状态-->
|
<!--状态-->
|
||||||
|
|
|
@ -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-->
|
||||||
|
|
|
@ -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>
|
||||||
<!-- 访视名称 -->
|
<!-- 访视名称 -->
|
||||||
|
|
|
@ -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>
|
||||||
<!-- 检查设备 -->
|
<!-- 检查设备 -->
|
||||||
|
|
|
@ -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>
|
||||||
<!-- 患者编号 -->
|
<!-- 患者编号 -->
|
||||||
|
|
|
@ -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)"
|
||||||
|
|
|
@ -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
|
||||||
"
|
"
|
||||||
|
|
|
@ -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-->
|
||||||
|
|
|
@ -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>
|
||||||
<!--操作-->
|
<!--操作-->
|
||||||
|
|
|
@ -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>
|
||||||
<!-- 出生日期 -->
|
<!-- 出生日期 -->
|
||||||
|
|
Loading…
Reference in New Issue