fix(orderSync): 修复手动处理展示问题
This commit is contained in:
parent
00d6a4e382
commit
e3f4a5bc95
|
@ -103,7 +103,7 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
v-if="scope.row.status === 0"
|
||||
v-if="scope.row.status === 1"
|
||||
v-hasButtons="['WholeNetworkOrderSyncFailUpdate']"
|
||||
type="text"
|
||||
size="small"
|
||||
|
|
Loading…
Reference in New Issue