淋巴结非靶病灶和淋巴结新病灶在状态为消失时且长短径不符合标准的不允许保存
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-11-28 10:50:43 +08:00
parent b57076d41d
commit 7a91ccac80
5 changed files with 14 additions and 14 deletions

View File

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

View File

@ -1389,9 +1389,9 @@ export default {
if (this.lesionType === 1 && lesionState === 3) {
if (lymphNodes === 1) {
// 使
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionLength < 15)))) {
// 使
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
this.$confirm(this.$t('trials:reading:warnning:lgmsg37'), {
type: 'warning',
showCancelButton: false,
callback: action => { }
@ -1505,9 +1505,9 @@ export default {
if (this.lesionType === 2 && lesionState === 3) {
if (lymphNodes === 1) {
// 使
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionLength < 15)))) {
// 使
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
this.$confirm(this.$t('trials:reading:warnning:lgmsg45'), {
type: 'warning',
showCancelButton: false,
callback: action => { }

View File

@ -1389,9 +1389,9 @@ export default {
if (this.lesionType === 1 && lesionState === 3) {
if (lymphNodes === 1) {
// 使
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionLength < 15)))) {
// 使
this.$confirm(this.$t('trials:reading:warnning:msg37'), {
this.$confirm(this.$t('trials:reading:warnning:lgmsg37'), {
type: 'warning',
showCancelButton: false,
callback: action => { }
@ -1505,9 +1505,9 @@ export default {
if (this.lesionType === 2 && lesionState === 3) {
if (lymphNodes === 1) {
// 使
if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) {
if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionLength < 15)))) {
// 使
this.$confirm(this.$t('trials:reading:warnning:msg45'), {
this.$confirm(this.$t('trials:reading:warnning:lgmsg45'), {
type: 'warning',
showCancelButton: false,
callback: action => { }

View File

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

View File

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