Compare commits
2 Commits
7e490d88c7
...
54496ab5ba
| Author | SHA1 | Date |
|---|---|---|
|
|
54496ab5ba | |
|
|
a1474c9891 |
|
|
@ -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