Compare commits
No commits in common. "8cc04c8bcf786b7ec4b61f924c945397990ba946" and "22705f6035dd9a79369b9a9f7a336270766f228d" have entirely different histories.
8cc04c8bcf
...
22705f6035
|
|
@ -117,7 +117,7 @@
|
|||
<el-table-column
|
||||
prop=""
|
||||
:label="$t('trials:reviewAssign:assignReader:table:averageReadingTime')"
|
||||
min-width="150"
|
||||
min-width="120"
|
||||
show-overflow-tooltip
|
||||
>
|
||||
</el-table-column>
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@
|
|||
<el-table-column
|
||||
prop="SubjectCode"
|
||||
:label="$t('trials:reviewAssign:readingTask:table:subjectCode')"
|
||||
min-width="150"
|
||||
min-width="120"
|
||||
sortable="custom"
|
||||
show-overflow-tooltip
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@
|
|||
<el-table-column
|
||||
prop="SubjectCode"
|
||||
:label="$t('trials:reviewAssign:readingTask:table:subjectCode')"
|
||||
min-width="150"
|
||||
min-width="120"
|
||||
sortable="custom"
|
||||
show-overflow-tooltip
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue