|
@@ -46,9 +46,8 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" width="140">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button v-if="scope.row.status===0" type="text" size="small" class="is-disabled">修改</el-button>
|
|
|
+ <!-- <el-button v-if="scope.row.status===0" type="text" size="small" class="is-disabled">修改</el-button> -->
|
|
|
<el-button
|
|
|
- v-if="scope.row.status===1"
|
|
|
type="text"
|
|
|
size="small"
|
|
|
@click="toEditProduct(scope.row)"
|