fix: 修复测试手持过程中存在的问题

This commit is contained in:
yanps
2024-09-11 09:43:29 +08:00
parent c55aafd795
commit 452fd41d16
16 changed files with 203 additions and 166 deletions

View File

@@ -227,12 +227,12 @@
:disabled="scope.row.task_status==='5' || scope.row.task_status==='6'"
@click="doOperate(scope.row, 'a')"
>完成</el-button>
<el-button
<!-- <el-button
type="text"
icon="el-icon-error"
:disabled="scope.row.task_status==='5' || scope.row.task_status==='6'"
@click="doOperate(scope.row, 's')"
>任务调度</el-button>
>任务调度</el-button> -->
</template>
</el-table-column>
</el-table>