|
@@ -64,7 +64,7 @@
|
|
|
@click="changeGoodsState(scope.row.skuId, 1)">上架</el-button>
|
|
|
<el-button v-if="scope.row.status == 1" type="warning" size="small"
|
|
|
@click="changeGoodsState(scope.row.skuId, 0)">下架</el-button>
|
|
|
- <el-button type="danger" size="mini" @click="handleDelete(scope.row.skuId, -1)">删除</el-button>
|
|
|
+ <el-button type="danger" size="small" @click="handleDelete(scope.row.skuId, -1)">删除</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|