tnm分期位置变动
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
8b9c93c3b9
commit
3429ff3cbd
|
|
@ -3,17 +3,15 @@
|
|||
<el-card v-loading="loading" shadow="never">
|
||||
<div slot="header" class="clearfix report-header">
|
||||
<!-- 电子影像病例报告表(eICRF) -->
|
||||
<div style="display: flex;align-items: center;">
|
||||
<h3 style="margin:0;padding:0;margin-right: 10px;">{{ $t('trials:readingReport:title:eicrf') }}</h3>
|
||||
<el-button v-if="readingTaskState < 2" type="primary" size="small" @click="openTNM">
|
||||
<!-- TNM分期 -->
|
||||
{{ $t('trials:readingReport:button:tnm') }}
|
||||
</el-button>
|
||||
</div>
|
||||
<div style="margin-left:auto">
|
||||
<el-switch v-model="isShowDetail" :active-text="$t('trials:readingReport:title:expandDetails')"
|
||||
:inactive-text="$t('trials:readingReport:title:collapseDetails')" style="margin-right:5px;"
|
||||
@change="handleShowDetail" />
|
||||
<el-button v-if="readingTaskState < 2" type="primary" size="small" @click="openTNM">
|
||||
<!-- TNM分期 -->
|
||||
{{ $t('trials:readingReport:button:tnm') }}
|
||||
</el-button>
|
||||
<el-button v-if="readingTaskState < 2" type="primary" size="small" @click="skipTask">
|
||||
<!-- 跳过 -->
|
||||
{{ $t('trials:readingReport:button:skip') }}
|
||||
|
|
@ -351,7 +349,7 @@ export default {
|
|||
let res = await getTNMValue(data)
|
||||
if (res.IsSuccess) {
|
||||
this.TnmForm = res.Result
|
||||
return res.Result.TnmValue
|
||||
return res.Result.TNMValue
|
||||
}
|
||||
return false
|
||||
} catch (err) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue