影像质疑临床数据取消按钮屏蔽
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-12-05 17:35:26 +08:00
parent 5fb085b6d3
commit 51101748b8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
size="small" size="small"
type="primary" type="primary"
@click="close" @click="close"
v-show="$route.path !== '/trials/trials-panel/visit/crc-upload'" v-show="$route.path !== '/trials/trials-panel/visit/crc-upload'&&$route.path!=='/trials/trials-panel/visit/crc-question'"
> >
{{ $t('common:button:cancel') }} {{ $t('common:button:cancel') }}
</el-button> </el-button>