演示项目可以添加虚拟阅片人
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
212a545aa9
commit
b7d45456a6
|
|
@ -482,7 +482,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handleSelectTable(row) {
|
handleSelectTable(row) {
|
||||||
return row.DoctorTrialState !== 1 && row.ResumeStatus === 1 && row.AcceptingNewTrial && ((!row.IsVirtual && this.$store.state.trials.config.TrialType === 0) || (row.IsVirtual && this.$store.state.trials.config.TrialType !== 0)) && !row.IsVacation && row.CooperateStatus === 1
|
return row.DoctorTrialState !== 1 && row.ResumeStatus === 1 && row.AcceptingNewTrial && ((!row.IsVirtual && this.$store.state.trials.config.TrialType !== 0) || (row.IsVirtual && this.$store.state.trials.config.TrialType === 0)) && !row.IsVacation && row.CooperateStatus === 1
|
||||||
},
|
},
|
||||||
handleDetail(row) {
|
handleDetail(row) {
|
||||||
const { href } = this.$router.resolve({
|
const { href } = this.$router.resolve({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue