fix:routepack编辑按钮显示
This commit is contained in:
parent
423a390c4f
commit
9b0d63bcd6
|
@ -83,7 +83,7 @@
|
|||
link
|
||||
type="primary"
|
||||
size="small"
|
||||
v-if="scope.row.ticket == null"
|
||||
v-if="scope.row.state == 10"
|
||||
@click="table_edit(scope.row, scope.$index)"
|
||||
>继续编辑
|
||||
</el-button>
|
||||
|
|
Loading…
Reference in New Issue