From cf0a0f0dc379e29c23e2c1aa139135c20e12705a Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期二, 04 三月 2025 10:27:52 +0800 Subject: [PATCH] 报告编制页面,审核状态已通过的报告还能继续审核 --- src/components/Table/lims-table.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/Table/lims-table.vue b/src/components/Table/lims-table.vue index dcfa7cc..c63f778 100644 --- a/src/components/Table/lims-table.vue +++ b/src/components/Table/lims-table.vue @@ -30,7 +30,8 @@ </div> <!-- 鍥剧墖 --> <div v-else-if="item.dataType == 'image'"> - <img :src="javaApi + '/img/' + item.prop" alt="" style="width: 40px; height: 40px; margin-top: 10px" /> + <img :src="javaApi + '/img/' + scope.row[item.prop]" alt="" + style="width: 40px; height: 40px; margin-top: 10px" /> </div> <!-- tag --> -- Gitblit v1.9.3