This commit is contained in:
parent
8f5c97e082
commit
dceddc51f1
|
@ -402,7 +402,7 @@
|
||||||
>操作记录</el-button
|
>操作记录</el-button
|
||||||
>
|
>
|
||||||
<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"
|
type="text"
|
||||||
size="small"
|
size="small"
|
||||||
@click="offline(scope.row.order_id)"
|
@click="offline(scope.row.order_id)"
|
||||||
|
|
Loading…
Reference in New Issue