独立阅片人页面:姓名、用户名、入项时间、状态保持固定
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"