From 75271baf2b4dba13087674f020afbc7b08a83482 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Wed, 31 Jul 2024 16:26:20 +0800
Subject: [PATCH] 修改
---
src/views/onlineEducation/platformManage/index.vue | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/views/onlineEducation/platformManage/index.vue b/src/views/onlineEducation/platformManage/index.vue
index 43d5f86..b815984 100644
--- a/src/views/onlineEducation/platformManage/index.vue
+++ b/src/views/onlineEducation/platformManage/index.vue
@@ -21,18 +21,18 @@
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template #default="scope">
- <el-button
- size="mini"
- type="text"
- v-if="scope.row.status == 1"
- @click="handleEnable(scope.row)"
- >启用</el-button>
- <el-button
- size="mini"
- type="text"
- v-if="scope.row.status == 0"
- @click="handleDisable(scope.row)"
- >监管禁用</el-button>
+<!-- <el-button-->
+<!-- size="mini"-->
+<!-- type="text"-->
+<!-- v-if="scope.row.status == 1"-->
+<!-- @click="handleEnable(scope.row)"-->
+<!-- >启用</el-button>-->
+<!-- <el-button-->
+<!-- size="mini"-->
+<!-- type="text"-->
+<!-- v-if="scope.row.status == 0"-->
+<!-- @click="handleDisable(scope.row)"-->
+<!-- >监管禁用</el-button>-->
<el-button
size="mini"
type="text"
@@ -51,7 +51,7 @@
<pagination
v-show="total>0"
:total="total"
- :page.sync="queryParams.pageIndex"
+ :page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
@pagination="getList"
/>
@@ -76,7 +76,7 @@
total: 0,
expertList: [],
queryParams: {
- pageIndex: 1,
+ pageNum: 1,
pageSize: 10
},
classiFy: [],
--
Gitblit v1.9.2