阅片分配增加排序
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b2f0923df2
commit
486e7db9f1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue