医生列表bug修复
parent
3dfa1ae296
commit
1cbe9ce258
|
@ -274,6 +274,7 @@ export default {
|
|||
this.model_cfg.title = title
|
||||
},
|
||||
initSowList() {
|
||||
if (!this.doctorId) return
|
||||
getDoctorCriterionFile({
|
||||
fileType: 0,
|
||||
DoctorId: this.doctorId
|
||||
|
|
|
@ -184,6 +184,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
initForm() {
|
||||
if (!this.doctorId) return
|
||||
getAuditState(this.doctorId).then(res => {
|
||||
if (res.Result) {
|
||||
this.checkForm = res.Result
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
</div>
|
||||
<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 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) }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue