阅片期列表样式问题
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2025-01-08 16:08:06 +08:00
parent 37dc4a960f
commit c8c5ab72bb
1 changed files with 3 additions and 4 deletions

View File

@ -217,10 +217,9 @@
</el-table-column>
</el-table-column>
<el-table-column
v-if="(otherInfo.IsReadingPeriod || otherInfo.IsClinicalReading) && ReadingInfoSignTime && hasPermi(['trials:trials-panel:subject:readingPeriod:edit'])"
fixed="right"
:label="$t('common:action:action')"
width="150"
:fixed="(otherInfo.IsReadingPeriod || otherInfo.IsClinicalReading) && ReadingInfoSignTime && hasPermi(['trials:trials-panel:subject:readingPeriod:edit']) ? 'right':false"
:label="(otherInfo.IsReadingPeriod || otherInfo.IsClinicalReading) && ReadingInfoSignTime && hasPermi(['trials:trials-panel:subject:readingPeriod:edit']) ? $t('common:action:action') : ''"
:width="(otherInfo.IsReadingPeriod || otherInfo.IsClinicalReading) && ReadingInfoSignTime && hasPermi(['trials:trials-panel:subject:readingPeriod:edit']) ? '150px' : '80px' "
>
<template slot-scope="scope">
<el-button