医生列表bug修复
parent
3dfa1ae296
commit
1cbe9ce258
|
@ -274,6 +274,7 @@ export default {
|
||||||
this.model_cfg.title = title
|
this.model_cfg.title = title
|
||||||
},
|
},
|
||||||
initSowList() {
|
initSowList() {
|
||||||
|
if (!this.doctorId) return
|
||||||
getDoctorCriterionFile({
|
getDoctorCriterionFile({
|
||||||
fileType: 0,
|
fileType: 0,
|
||||||
DoctorId: this.doctorId
|
DoctorId: this.doctorId
|
||||||
|
|
|
@ -184,6 +184,7 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
initForm() {
|
initForm() {
|
||||||
|
if (!this.doctorId) return
|
||||||
getAuditState(this.doctorId).then(res => {
|
getAuditState(this.doctorId).then(res => {
|
||||||
if (res.Result) {
|
if (res.Result) {
|
||||||
this.checkForm = res.Result
|
this.checkForm = res.Result
|
||||||
|
|
|
@ -162,7 +162,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex;justify-content: space-between;border-bottom: 1px solid #d9d9d9;margin-bottom: 8px;padding-bottom: 8px">
|
<div style="display: flex;justify-content: space-between;border-bottom: 1px solid #d9d9d9;margin-bottom: 8px;padding-bottom: 8px">
|
||||||
<div>{{ $fd('ModuleTypeEnum',scope.row.Data[i-1].ModuleType) }}</div>
|
<div>{{ $fd('ModuleTypeEnum',scope.row.Data[i-1].ModuleType) }}</div>
|
||||||
<div style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 110px;">
|
<div style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 110px;text-align: right;">
|
||||||
{{ $fd('ReadModuleEnum',scope.row.Data[i-1].ReadingStatus) }}
|
{{ $fd('ReadModuleEnum',scope.row.Data[i-1].ReadingStatus) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue