fix:routepack编辑按钮显示

This commit is contained in:
shijing 2025-02-07 10:09:11 +08:00
parent 423a390c4f
commit 9b0d63bcd6
1 changed files with 1 additions and 1 deletions

View File

@ -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>