Compare commits
2 Commits
22705f6035
...
8cc04c8bcf
| Author | SHA1 | Date |
|---|---|---|
|
|
8cc04c8bcf | |
|
|
3592fe7ec7 |
|
|
@ -117,7 +117,7 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop=""
|
prop=""
|
||||||
:label="$t('trials:reviewAssign:assignReader:table:averageReadingTime')"
|
:label="$t('trials:reviewAssign:assignReader:table:averageReadingTime')"
|
||||||
min-width="120"
|
min-width="150"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
|
||||||
|
|
@ -118,7 +118,7 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="SubjectCode"
|
prop="SubjectCode"
|
||||||
:label="$t('trials:reviewAssign:readingTask:table:subjectCode')"
|
:label="$t('trials:reviewAssign:readingTask:table:subjectCode')"
|
||||||
min-width="120"
|
min-width="150"
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="SubjectCode"
|
prop="SubjectCode"
|
||||||
:label="$t('trials:reviewAssign:readingTask:table:subjectCode')"
|
:label="$t('trials:reviewAssign:readingTask:table:subjectCode')"
|
||||||
min-width="120"
|
min-width="150"
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue