Compare commits
No commits in common. "ff7305c3a075d4bc5e46d768f42e47e2bf954664" and "6b645d3161ef468b01c3b39f3d9a5a46a561ac12" have entirely different histories.
ff7305c3a0
...
6b645d3161
|
@ -381,7 +381,7 @@
|
||||||
/>
|
/>
|
||||||
<!-- 退回 -->
|
<!-- 退回 -->
|
||||||
<el-button
|
<el-button
|
||||||
:disabled="scope.row.ReadingTaskState === 2 || scope.row.ReadingCategory !== 1 || scope.row.TaskState !== 0 || scope.row.IsManualGeneration"
|
:disabled="scope.row.ReadingTaskState === 2 || scope.row.ReadingCategory !== 1 || scope.row.TaskState !== 0"
|
||||||
v-if="hasPermi(['trials:trials-panel:readingTracking:edit'])"
|
v-if="hasPermi(['trials:trials-panel:readingTracking:edit'])"
|
||||||
icon="el-icon-back"
|
icon="el-icon-back"
|
||||||
circle
|
circle
|
||||||
|
|
Loading…
Reference in New Issue