阅片顺序默认排序、阅片中禁用
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>
<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,