This commit is contained in:
@@ -188,8 +188,8 @@
|
||||
sortable="custom" show-overflow-tooltip>
|
||||
<template slot-scope="scope">
|
||||
<el-input-number v-model="scope.row.RandomOrder"
|
||||
@change="(value, old) => handleChange(scope.row, value, old)" :min="1"
|
||||
style="width: 150px;"></el-input-number>
|
||||
@change="(value, old) => handleChange(scope.row, value, old)" :min="1" style="width: 150px;"
|
||||
:disabled="scope.row.ReadingTaskState === 1"></el-input-number>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
@@ -215,7 +215,7 @@ const searchDataDefault = () => {
|
||||
PageIndex: 1,
|
||||
PageSize: 20,
|
||||
Asc: true,
|
||||
SortField: '',
|
||||
SortField: 'RandomOrder',
|
||||
TrialId: null,
|
||||
TrialSiteId: null,
|
||||
SubjectId: null,
|
||||
|
||||
Reference in New Issue
Block a user