上下架,编辑
This commit is contained in:
parent
eb7ae34837
commit
d5edee3d96
|
@ -195,7 +195,12 @@
|
|||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="status" label="上/下架" min-width="80">
|
||||
<el-table-column
|
||||
v-if="tableFrom.type != 1"
|
||||
prop="status"
|
||||
label="上/下架"
|
||||
min-width="80"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<el-switch
|
||||
v-model="scope.row.is_show"
|
||||
|
@ -233,6 +238,7 @@
|
|||
<el-table-column label="操作" min-width="200" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
<router-link
|
||||
v-if="tableFrom.type != 1"
|
||||
:to="{
|
||||
path:
|
||||
roterPre +
|
||||
|
|
Loading…
Reference in New Issue