|
@@ -52,7 +52,7 @@
|
|
|
<el-table-column
|
|
|
label="操作" width="160">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button type="text" size="small" :disabled="scope.row.isDeleted != 'N'" @click="toEditProduct(scope.row)">修改</el-button>
|
|
|
+ <el-button type="text" size="small" @click="toEditProduct(scope.row)">修改</el-button>
|
|
|
<!-- <span style="margin:0 3px;">|</span>
|
|
|
<el-button type="text" size="small" :class="scope.row.isDeleted == 'N'?'delete':'review'" @click="showDelDialog(scope.row)">{{scope.row.isDeleted == 'N'?'删除':'恢复'}}</el-button> -->
|
|
|
</template>
|