forked from angelo/web-retail-admin
feat(orderSync): 已处理不展示操作按钮
This commit is contained in:
parent
c3df212d42
commit
ba3a1f590a
|
@ -103,7 +103,7 @@
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button
|
||||||
v-if="scope.row.status === 0"
|
v-if="scope.row.status === 1"
|
||||||
v-hasButtons="['WholeNetworkOrderSyncFailUpdate']"
|
v-hasButtons="['WholeNetworkOrderSyncFailUpdate']"
|
||||||
type="text"
|
type="text"
|
||||||
size="small"
|
size="small"
|
||||||
|
|
Loading…
Reference in New Issue