独立阅片人页面:姓名、用户名、入项时间、状态保持固定
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
parent
3ef966db3e
commit
9502a285d5
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue