Compare commits

...

4 Commits

Author SHA1 Message Date
wangxiaoshuang f848e9a9dd Merge branch 'uat'
continuous-integration/drone/push Build is passing Details
# Conflicts:
#	src/api/trials/reading.js
#	src/views/trials/trials-panel/trial-summary/audit-record/index.vue
2025-06-13 14:34:59 +08:00
wangxiaoshuang b512112d96 肿瘤学阅片查看屏蔽跳过按钮
continuous-integration/drone/push Build encountered an error Details
2025-06-13 14:33:55 +08:00
wangxiaoshuang a7251ce65c 阅片顺序
continuous-integration/drone/push Build encountered an error Details
2025-06-13 14:17:58 +08:00
wangxiaoshuang 7e2ff6de1b 稽查图片不存在展示问题
continuous-integration/drone/push Build encountered an error Details
2025-06-12 16:23:44 +08:00
2 changed files with 7 additions and 2 deletions

View File

@ -30,6 +30,7 @@
type="primary"
size="small"
@click="skipTask"
v-if="!isView"
>
<!-- 跳过 -->
{{ $t('trials:readingReport:button:skip') }}
@ -337,6 +338,11 @@ export default {
// }
// }
// },
computed:{
isView(){
return !this.hasPermi(['role:ir'])
}
},
mounted() {
this.getList()
if (this.isReadingShowPreviousResults) {

View File

@ -844,11 +844,10 @@ export default {
return
}
if (v.DataType === 'ImageList') {
// if (obj[v.Code] && obj[v.Code].length > 0) {
// if (obj[v.Code] && obj[v.Code].length > 0) {
if (obj[v.Code]) {
obj[v.Code] = obj[v.Code].filter(s => s && s.trim())
// obj[v.Code].forEach((o,i) => {
// var uo = upObj && upObj.length > 0 ? upObj[v.Code][i] : 0
if (row.OptType === 'Add' || row.OptType === 'Init') {