影像质控spm取消下载按钮
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-08-21 10:48:59 +08:00
parent 4d2e9531ec
commit 38a1bae8ab
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
</div> </div>
<!-- 下载所有影像 --> <!-- 下载所有影像 -->
<el-button <el-button
v-if="$store.state.trials.config.IsSupportQCDownloadImage" v-if="$store.state.trials.config.IsSupportQCDownloadImage&&!hasPermi(['role:spm'])"
size="small" size="small"
type="primary" type="primary"
style="margin-left: 10px" style="margin-left: 10px"
@ -309,7 +309,7 @@
</div> </div>
<!-- 下载所有影像 --> <!-- 下载所有影像 -->
<el-button <el-button
v-if="$store.state.trials.config.IsSupportQCDownloadImage" v-if="$store.state.trials.config.IsSupportQCDownloadImage&&!hasPermi(['role:spm'])"
size="small" size="small"
type="primary" type="primary"
style="margin-left: 10px" style="margin-left: 10px"