阅片顺序默认排序、阅片中禁用
continuous-integration/drone/push Build encountered an error Details

uat
wangxiaoshuang 2025-06-16 16:05:49 +08:00
parent 12e4128b7b
commit 108d01f81c
1 changed files with 3 additions and 3 deletions

View File

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