阅片分配增加排序
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-11-21 09:47:08 +08:00
parent b2f0923df2
commit 486e7db9f1
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,7 @@
stripe stripe
height="100" height="100"
@selection-change="handleSubjectAssignListSelectChange" @selection-change="handleSubjectAssignListSelectChange"
@sort-change="handleSortChange"
> >
<el-table-column type="selection" align="left" width="45" /> <el-table-column type="selection" align="left" width="45" />
<!-- 中心编号 --> <!-- 中心编号 -->
@ -86,6 +87,7 @@
:label="$t('trials:reviewAssign:table:siteCode')" :label="$t('trials:reviewAssign:table:siteCode')"
width="140" width="140"
show-overflow-tooltip show-overflow-tooltip
sortable="custom"
/> />
<!-- 受试者编号 --> <!-- 受试者编号 -->
<el-table-column <el-table-column
@ -93,6 +95,7 @@
:label="$t('trials:reviewAssign:table:subjectCode')" :label="$t('trials:reviewAssign:table:subjectCode')"
width="140" width="140"
show-overflow-tooltip show-overflow-tooltip
sortable="custom"
/> />
<!-- 访视 --> <!-- 访视 -->
<el-table-column <el-table-column