fix: 修复测试手持过程中存在的问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user