提交 df33036a 编写于 作者: Mr.奇淼('s avatar Mr.奇淼(

增加自动化代码回滚功能

上级 ce7006c0
......@@ -48,7 +48,7 @@
<el-table-column label="操作" min-width="180">
<template slot-scope="scope">
<div>
<el-button size="mini" type="primary" :disabled="scope.row.flag" @click="rollback(scope.row)">回滚</el-button>
<el-button size="mini" type="primary" :disabled="scope.row.flag === 1" @click="rollback(scope.row)">回滚</el-button>
<el-button size="mini" type="success" @click="goAutoCode(scope.row)">复用</el-button>
<el-button size="mini" type="danger" @click="deleteRow(scope.row)">删除</el-button>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册