独立阅片人页面:姓名、用户名、入项时间、状态保持固定
continuous-integration/drone/push Build is running Details

main
wangxiaoshuang 2025-07-07 13:40:37 +08:00
parent 3ef966db3e
commit 9502a285d5
1 changed files with 21 additions and 21 deletions

View File

@ -50,7 +50,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="EnrollTimeStr" :label="$t('trials:enrolledReviews:table:status')" width="200" <el-table-column prop="EnrollTimeStr" :label="$t('trials:enrolledReviews:table:status')" width="200"
sortable="custom"> sortable="custom" fixed>
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
<el-switch v-model="scope.row.IsEnable" :active-value="true" :inactive-value="false" <el-switch v-model="scope.row.IsEnable" :active-value="true" :inactive-value="false"
@ -98,11 +98,11 @@
<el-button v-hasPermi="[ <el-button v-hasPermi="[
'trials:trials-panel:enrolled-reviewers:list:edit', 'trials:trials-panel:enrolled-reviewers:list:edit',
]" type="text" @click=" ]" type="text" @click="
openSetEnrollReadingCategory( openSetEnrollReadingCategory(
scope.row, scope.row,
ite.TrialReadingCriterionId ite.TrialReadingCriterionId
) )
"> ">
{{ $t('trials:enrolledReviews:button:config') }} {{ $t('trials:enrolledReviews:button:config') }}
</el-button> </el-button>
</template> </template>
@ -146,13 +146,13 @@
<el-button v-if="ite.CriterionType === 0" v-hasPermi="[ <el-button v-if="ite.CriterionType === 0" v-hasPermi="[
'trials:trials-panel:enrolled-reviewers:list:edit', 'trials:trials-panel:enrolled-reviewers:list:edit',
]" type="text" style="margin-left: 10px" @click=" ]" type="text" style="margin-left: 10px" @click="
addCol( addCol(
0, 0,
scope.row, scope.row,
ite, ite,
$t('trials:enrolledReviews:message:SOW') $t('trials:enrolledReviews:message:SOW')
) )
"> ">
{{ $t('trials:enrolledReviews:button:upload') }} {{ $t('trials:enrolledReviews:button:upload') }}
</el-button> </el-button>
</div> </div>
@ -177,13 +177,13 @@
<el-button v-if="ite.CriterionType === 0" v-hasPermi="[ <el-button v-if="ite.CriterionType === 0" v-hasPermi="[
'trials:trials-panel:enrolled-reviewers:list:edit', 'trials:trials-panel:enrolled-reviewers:list:edit',
]" type="text" style="margin-left: 10px" @click=" ]" type="text" style="margin-left: 10px" @click="
addCol( addCol(
1, 1,
scope.row, scope.row,
ite, ite,
$t('trials:enrolledReviews:message:SOW') $t('trials:enrolledReviews:message:SOW')
) )
"> ">
{{ $t('trials:enrolledReviews:button:upload') }} {{ $t('trials:enrolledReviews:button:upload') }}
</el-button> </el-button>
</div> </div>
@ -325,7 +325,7 @@
:on-preview="handlePreview2" :on-remove="handleRemoveFile2" :show-file-list="true" accept=".pdf" :on-preview="handlePreview2" :on-remove="handleRemoveFile2" :show-file-list="true" accept=".pdf"
:limit="1" :file-list="fileList"> :limit="1" :file-list="fileList">
<el-button size="small" type="primary" :disabled="fileList.length > 0">{{ $t('common:button:upload') <el-button size="small" type="primary" :disabled="fileList.length > 0">{{ $t('common:button:upload')
}}</el-button> }}</el-button>
</el-upload> </el-upload>
</el-form-item> </el-form-item>
</el-form> </el-form>