<template slot-scope="scope">
  <el-button v-if="scope.row.isDeleted === 0" @click="lowerShelf(scope.row.id)" size="mini" type="primary" plain>下架</el-button>
  <el-button v-else  size="mini" type="primary" plain>已下架</el-button>
</template>
Logo

前往低代码交流专区

更多推荐