|
@@ -108,10 +108,10 @@
|
|
|
v-permission="'goods/update'"
|
|
|
@click="onUpdate(scope.row)"
|
|
|
type="text">下架</el-button>
|
|
|
- <el-button v-if="scope.row.status == 0"
|
|
|
+ <!-- <el-button v-if="scope.row.status == 0"
|
|
|
v-permission="'goods/del'"
|
|
|
@click="onDelete(scope.row)"
|
|
|
- type="text">删除</el-button>
|
|
|
+ type="text">删除</el-button> -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|