医生列表bug修复

uat_us
caiyiling 2024-04-28 13:40:30 +08:00
parent 3dfa1ae296
commit 1cbe9ce258
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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>