|
|
@@ -43,7 +43,7 @@
|
|
|
@click="changeState(scope.row.id, 1)">开启</el-button>
|
|
|
<el-button v-if="scope.row.status == 1" type="warning" size="small"
|
|
|
@click="changeState(scope.row.id, 0)">关闭</el-button>
|
|
|
- <el-button type="danger" size="small" @click="handleDelete(scope.row.postId, -1)">删除</el-button>
|
|
|
+ <el-button type="danger" size="small" @click="handleDelete(scope.row.id, -1)">删除</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|