Compare commits

..

No commits in common. "02a5f302245d08b889568a38cbf00e7d93f179e0" and "a71c6e92dc1e3e90e8634d6c5f05afccc123645d" have entirely different histories.

3 changed files with 19 additions and 19 deletions

View File

@ -617,7 +617,7 @@ const searchDataDefault = () => {
DoctorUserIdeaEnum: null, DoctorUserIdeaEnum: null,
BeginAllocateDate: null, BeginAllocateDate: null,
EndAllocateDate: null, EndAllocateDate: null,
IsInvalid: false IsEffect: true
} }
} }
export default { export default {

View File

@ -137,7 +137,7 @@
prop="IsUrgent" prop="IsUrgent"
:label="$t('trials:pmMedicalReview:table:isUrgent')" :label="$t('trials:pmMedicalReview:table:isUrgent')"
show-overflow-tooltip show-overflow-tooltip
min-width="120" width="120"
sortable="custom" sortable="custom"
> >
<template slot-scope="scope"> <template slot-scope="scope">
@ -149,7 +149,7 @@
<el-table-column <el-table-column
prop="TrialSiteCode" prop="TrialSiteCode"
:label="$t('trials:pmMedicalReview:table:siteCode')" :label="$t('trials:pmMedicalReview:table:siteCode')"
min-width="100" width="100"
sortable="custom" sortable="custom"
show-overflow-tooltip show-overflow-tooltip
/> />
@ -157,7 +157,7 @@
<el-table-column <el-table-column
prop="SubjectCode" prop="SubjectCode"
:label="$t('trials:pmMedicalReview:table:subjectCode')" :label="$t('trials:pmMedicalReview:table:subjectCode')"
min-width="120" width="120"
sortable="custom" sortable="custom"
show-overflow-tooltip show-overflow-tooltip
> >
@ -172,7 +172,7 @@
<el-table-column <el-table-column
prop="VisitTaskNum" prop="VisitTaskNum"
:label="$t('trials:pmMedicalReview:table:taskName')" :label="$t('trials:pmMedicalReview:table:taskName')"
min-width="130" width="130"
sortable="custom" sortable="custom"
show-overflow-tooltip show-overflow-tooltip
> >
@ -195,7 +195,7 @@
<el-table-column <el-table-column
prop="ReadingCategory" prop="ReadingCategory"
:label="$t('trials:pmMedicalReview:table:taskType')" :label="$t('trials:pmMedicalReview:table:taskType')"
min-width="140" width="140"
sortable="custom" sortable="custom"
show-overflow-tooltip show-overflow-tooltip
> >
@ -226,7 +226,7 @@
<el-table-column <el-table-column
prop="DoctorUser.UserName" prop="DoctorUser.UserName"
:label="$t('trials:pmMedicalReview:table:reader')" :label="$t('trials:pmMedicalReview:table:reader')"
min-width="120" width="120"
sortable="custom" sortable="custom"
show-overflow-tooltip show-overflow-tooltip
> >
@ -238,7 +238,7 @@
<el-table-column <el-table-column
prop="ArmEnum" prop="ArmEnum"
:label="$t('trials:pmMedicalReview:table:role')" :label="$t('trials:pmMedicalReview:table:role')"
min-width="100" width="100"
sortable="custom" sortable="custom"
show-overflow-tooltip show-overflow-tooltip
> >
@ -255,7 +255,7 @@
<el-table-column <el-table-column
prop="MedicalManagerUser.UserName" prop="MedicalManagerUser.UserName"
:label="$t('trials:pmMedicalReview:table:mim')" :label="$t('trials:pmMedicalReview:table:mim')"
min-width="120" width="120"
sortable="custom" sortable="custom"
show-overflow-tooltip show-overflow-tooltip
> >
@ -267,7 +267,7 @@
<el-table-column <el-table-column
prop="AuditState" prop="AuditState"
:label="$t('trials:pmMedicalReview:table:auditState')" :label="$t('trials:pmMedicalReview:table:auditState')"
min-width="100" width="100"
sortable="custom" sortable="custom"
show-overflow-tooltip show-overflow-tooltip
> >
@ -281,7 +281,7 @@
<el-table-column <el-table-column
prop="IsHaveQuestion" prop="IsHaveQuestion"
:label="$t('trials:pmMedicalReview:table:IsHaveQuestion')" :label="$t('trials:pmMedicalReview:table:IsHaveQuestion')"
min-width="120" width="120"
sortable="custom" sortable="custom"
show-overflow-tooltip show-overflow-tooltip
> >
@ -293,7 +293,7 @@
<el-table-column <el-table-column
prop="AuditAdviceEnum" prop="AuditAdviceEnum"
:label="$t('trials:pmMedicalReview:table:auditAdvice')" :label="$t('trials:pmMedicalReview:table:auditAdvice')"
min-width="130" width="130"
sortable="custom" sortable="custom"
show-overflow-tooltip show-overflow-tooltip
> >
@ -305,7 +305,7 @@
<el-table-column <el-table-column
prop="DoctorUserIdeaEnum" prop="DoctorUserIdeaEnum"
:label="$t('trials:pmMedicalReview:table:whetherAgree')" :label="$t('trials:pmMedicalReview:table:whetherAgree')"
min-width="180" width="180"
sortable="custom" sortable="custom"
show-overflow-tooltip show-overflow-tooltip
> >
@ -318,7 +318,7 @@
<el-table-column <el-table-column
prop="AllocateTime" prop="AllocateTime"
:label="$t('trials:pmMedicalReview:table:allocateTime')" :label="$t('trials:pmMedicalReview:table:allocateTime')"
min-width="180" width="180"
sortable="custom" sortable="custom"
show-overflow-tooltip show-overflow-tooltip
/> />
@ -326,7 +326,7 @@
<el-table-column <el-table-column
prop="AuditSignTime" prop="AuditSignTime"
:label="$t('trials:pmMedicalReview:table:auditSignTime')" :label="$t('trials:pmMedicalReview:table:auditSignTime')"
min-width="140" width="140"
sortable="custom" sortable="custom"
show-overflow-tooltip show-overflow-tooltip
/> />
@ -335,7 +335,7 @@
<el-table-column <el-table-column
prop="TrialReadingCriterionName" prop="TrialReadingCriterionName"
:label="$t('trials:pmMedicalReview:table:criterionName')" :label="$t('trials:pmMedicalReview:table:criterionName')"
min-width="180" width="180"
sortable="custom" sortable="custom"
show-overflow-tooltip show-overflow-tooltip
/> />
@ -368,7 +368,7 @@
<el-table-column <el-table-column
:label="$t('common:action:action')" :label="$t('common:action:action')"
min-width="90" width="90"
fixed="right" fixed="right"
> >
<template slot-scope="scope"> <template slot-scope="scope">
@ -418,7 +418,7 @@ const searchDataDefault = () => {
EndSignTime: null, EndSignTime: null,
AuditAdviceEnum: null, AuditAdviceEnum: null,
DoctorUserIdeaEnum: null, DoctorUserIdeaEnum: null,
IsInvalid: true IsInvalid: false
} }
} }
export default { export default {

View File

@ -519,7 +519,7 @@ const searchDataDefault = () => {
EndSignTime: null, EndSignTime: null,
AuditAdviceEnum: null, AuditAdviceEnum: null,
DoctorUserIdeaEnum: null, DoctorUserIdeaEnum: null,
IsInvalid: false, IsInvalid: true,
IsHaveQuestion: null IsHaveQuestion: null
} }
} }