This commit is contained in:
faiz 2024-06-13 15:01:04 +08:00
parent 8f5c97e082
commit dceddc51f1
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@
>操作记录</el-button
>
<el-button
v-if="type == 2 || type == 3 || type == 4"
v-if="(type == 2 || type == 3 || type == 4) && scope.row.status != 1"
type="text"
size="small"
@click="offline(scope.row.order_id)"