淋巴结非靶病灶和淋巴结新病灶在状态为消失时,允许测量
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-11-25 14:15:47 +08:00
parent 196a20cbc0
commit e65e6e2208
8 changed files with 18 additions and 18 deletions

View File

@ -399,7 +399,7 @@
<div style="padding:5px;display: flex;"> <div style="padding:5px;display: flex;">
<!-- 手册 --> <!-- 手册 -->
<el-tooltip class="item" effect="dark" :content="$t('trials:reading:button:handbooks')" placement="bottom" <el-tooltip class="item" effect="dark" :content="$t('trials:reading:button:handbooks')" placement="bottom"
v-if="(isExistsManual || isHaveKeyFile) && readingTaskState < 2"> v-if="(isExistsManual || isHaveKeyFile) && currentReadingTaskState < 2">
<div class="tool-wrapper"> <div class="tool-wrapper">
<div class="icon" @click.prevent="previewManuals(false)"> <div class="icon" @click.prevent="previewManuals(false)">
<svg-icon icon-class="constitution" class="svg-icon" /> <svg-icon icon-class="constitution" class="svg-icon" />

View File

@ -1118,7 +1118,7 @@ export default {
if (this.lesionType === 1 && lesionState === 3) { if (this.lesionType === 1 && lesionState === 3) {
if (lymphNodes === 1) { if (lymphNodes === 1) {
// 使 // 使
if (!(measureData && (measureData.type === 'ArrowAnnotate'))) { if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
// 使 // 使
this.$confirm(this.$t('trials:reading:warnning:msg37'), { this.$confirm(this.$t('trials:reading:warnning:msg37'), {
type: 'warning', type: 'warning',
@ -1292,7 +1292,7 @@ export default {
if (this.lesionType === 2 && lesionState === 3) { if (this.lesionType === 2 && lesionState === 3) {
if (lymphNodes === 1) { if (lymphNodes === 1) {
// 使 // 使
if (!(measureData && (measureData.type === 'ArrowAnnotate'))) { if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
// 使 // 使
this.$confirm(this.$t('trials:reading:warnning:msg45'), { this.$confirm(this.$t('trials:reading:warnning:msg45'), {
type: 'warning', type: 'warning',

View File

@ -713,8 +713,8 @@ export default {
this.$set(this.questionForm, stateId, 0) this.$set(this.questionForm, stateId, 0)
} }
var lesionLength = this.getQuestionVal(0) var lesionLength = this.getQuestionVal(0)
// // && this.lesionType === 0
if (!(this.isCurrentTaskAdd === 'True') && this.lesionType === 0 && !this.isBaseLineTask && measureData.type === 'Bidirectional') { if (!(this.isCurrentTaskAdd === 'True') && !this.isBaseLineTask && measureData.type === 'Bidirectional') {
if (isLymphLesion) { if (isLymphLesion) {
// //
if (lesionLength > 15) { if (lesionLength > 15) {
@ -1389,7 +1389,7 @@ export default {
if (this.lesionType === 1 && lesionState === 3) { if (this.lesionType === 1 && lesionState === 3) {
if (lymphNodes === 1) { if (lymphNodes === 1) {
// 使 // 使
if (!(measureData && (measureData.type === 'ArrowAnnotate'))) { if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
// 使 // 使
this.$confirm(this.$t('trials:reading:warnning:msg37'), { this.$confirm(this.$t('trials:reading:warnning:msg37'), {
type: 'warning', type: 'warning',
@ -1505,7 +1505,7 @@ export default {
if (this.lesionType === 2 && lesionState === 3) { if (this.lesionType === 2 && lesionState === 3) {
if (lymphNodes === 1) { if (lymphNodes === 1) {
// 使 // 使
if (!(measureData && (measureData.type === 'ArrowAnnotate'))) { if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
// 使 // 使
this.$confirm(this.$t('trials:reading:warnning:msg45'), { this.$confirm(this.$t('trials:reading:warnning:msg45'), {
type: 'warning', type: 'warning',

View File

@ -713,8 +713,8 @@ export default {
this.$set(this.questionForm, stateId, 0) this.$set(this.questionForm, stateId, 0)
} }
var lesionLength = this.getQuestionVal(0) var lesionLength = this.getQuestionVal(0)
// // && this.lesionType === 0
if (!(this.isCurrentTaskAdd === 'True') && this.lesionType === 0 && !this.isBaseLineTask && measureData.type === 'Bidirectional') { if (!(this.isCurrentTaskAdd === 'True') && !this.isBaseLineTask && measureData.type === 'Bidirectional') {
if (isLymphLesion) { if (isLymphLesion) {
// //
if (lesionLength > 15) { if (lesionLength > 15) {
@ -1389,7 +1389,7 @@ export default {
if (this.lesionType === 1 && lesionState === 3) { if (this.lesionType === 1 && lesionState === 3) {
if (lymphNodes === 1) { if (lymphNodes === 1) {
// 使 // 使
if (!(measureData && (measureData.type === 'ArrowAnnotate'))) { if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
// 使 // 使
this.$confirm(this.$t('trials:reading:warnning:msg37'), { this.$confirm(this.$t('trials:reading:warnning:msg37'), {
type: 'warning', type: 'warning',
@ -1505,7 +1505,7 @@ export default {
if (this.lesionType === 2 && lesionState === 3) { if (this.lesionType === 2 && lesionState === 3) {
if (lymphNodes === 1) { if (lymphNodes === 1) {
// 使 // 使
if (!(measureData && (measureData.type === 'ArrowAnnotate'))) { if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
// 使 // 使
this.$confirm(this.$t('trials:reading:warnning:msg45'), { this.$confirm(this.$t('trials:reading:warnning:msg45'), {
type: 'warning', type: 'warning',

View File

@ -1068,7 +1068,7 @@ export default {
if (this.lesionType === 1 && lesionState === 3) { if (this.lesionType === 1 && lesionState === 3) {
if (lymphNodes === 1) { if (lymphNodes === 1) {
// 使 // 使
if (!(measureData && (measureData.type === 'ArrowAnnotate'))) { if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
// 使 // 使
this.$confirm(this.$t('trials:reading:warnning:msg37'), { this.$confirm(this.$t('trials:reading:warnning:msg37'), {
type: 'warning', type: 'warning',
@ -1184,7 +1184,7 @@ export default {
if (this.lesionType === 2 && lesionState === 3) { if (this.lesionType === 2 && lesionState === 3) {
if (lymphNodes === 1) { if (lymphNodes === 1) {
// 使 // 使
if (!(measureData && (measureData.type === 'ArrowAnnotate'))) { if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
// 使 // 使
this.$confirm(this.$t('trials:reading:warnning:msg45'), { this.$confirm(this.$t('trials:reading:warnning:msg45'), {
type: 'warning', type: 'warning',

View File

@ -340,7 +340,7 @@
<div style="margin-left: auto"> <div style="margin-left: auto">
<div style="padding: 5px"> <div style="padding: 5px">
<el-tooltip class="item" effect="dark" :content="$t('trials:reading:button:handbooks')" placement="bottom" <el-tooltip class="item" effect="dark" :content="$t('trials:reading:button:handbooks')" placement="bottom"
v-if="(isExistsManual || isHaveKeyFile) && readingTaskState < 2"> v-if="(isExistsManual || isHaveKeyFile) && currentReadingTaskState < 2">
<div class="tool-wrapper"> <div class="tool-wrapper">
<div class="icon" @click.prevent="previewManuals()"> <div class="icon" @click.prevent="previewManuals()">
<svg-icon icon-class="constitution" class="svg-icon" /> <svg-icon icon-class="constitution" class="svg-icon" />

View File

@ -1126,7 +1126,7 @@ export default {
if (lesionType === 1 && lesionState === 3) { if (lesionType === 1 && lesionState === 3) {
if (lymphNodes === 1) { if (lymphNodes === 1) {
// 使 // 使
if (!(measureData && (measureData.markTool === 'ArrowAnnotate'))) { if (!(measureData && (measureData.markTool === 'ArrowAnnotate' || measureData.markTool === 'Bidirectional'))) {
// 使 // 使
this.$confirm(this.$t('trials:reading:warnning:msg37'), { this.$confirm(this.$t('trials:reading:warnning:msg37'), {
type: 'warning', type: 'warning',
@ -1242,7 +1242,7 @@ export default {
if (lesionType === 2 && lesionState === 3) { if (lesionType === 2 && lesionState === 3) {
if (lymphNodes === 1) { if (lymphNodes === 1) {
// 使 // 使
if (!(measureData && (measureData.markTool === 'ArrowAnnotate'))) { if (!(measureData && (measureData.markTool === 'ArrowAnnotate' || measureData.markTool === 'Bidirectional'))) {
// 使 // 使
this.$confirm(this.$t('trials:reading:warnning:msg45'), { this.$confirm(this.$t('trials:reading:warnning:msg45'), {
type: 'warning', type: 'warning',

View File

@ -1148,7 +1148,7 @@ export default {
if (lesionType === 1 && lesionState === 3) { if (lesionType === 1 && lesionState === 3) {
if (lymphNodes === 1) { if (lymphNodes === 1) {
// 使 // 使
if (!(measureData && (measureData.markTool === 'ArrowAnnotate'))) { if (!(measureData && (measureData.markTool === 'ArrowAnnotate' || measureData.markTool === 'Bidirectional'))) {
// 使 // 使
this.$confirm(this.$t('trials:reading:warnning:msg37'), { this.$confirm(this.$t('trials:reading:warnning:msg37'), {
type: 'warning', type: 'warning',
@ -1304,7 +1304,7 @@ export default {
if (lesionType === 2 && lesionState === 3) { if (lesionType === 2 && lesionState === 3) {
if (lymphNodes === 1) { if (lymphNodes === 1) {
// 使 // 使
if (!(measureData && (measureData.markTool === 'ArrowAnnotate'))) { if (!(measureData && (measureData.markTool === 'ArrowAnnotate' || measureData.markTool === 'Bidirectional'))) {
// 使 // 使
this.$confirm(this.$t('trials:reading:warnning:msg45'), { this.$confirm(this.$t('trials:reading:warnning:msg45'), {
type: 'warning', type: 'warning',