From d95b36a88357d018f76d926e9074c521eb8335a7 Mon Sep 17 00:00:00 2001 From: lohir <3399054449@qq.com> Date: 星期三, 23 十月 2024 11:24:07 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/system/monitor/platform/index.vue | 49 ++----------------------------------------------- 1 files changed, 2 insertions(+), 47 deletions(-) diff --git a/src/views/system/monitor/platform/index.vue b/src/views/system/monitor/platform/index.vue index 39950ec..2e5d6d5 100644 --- a/src/views/system/monitor/platform/index.vue +++ b/src/views/system/monitor/platform/index.vue @@ -62,53 +62,8 @@ <el-button type="primary" icon="el-icon-search" size="small" @click="handleQuery">鎼滅储</el-button> <el-button icon="el-icon-refresh" size="small" @click="resetQuery">閲嶇疆</el-button> </el-form-item> - </el-form> - - <el-row :gutter="10" class="mb8"> - <!-- <el-col :span="1.5"> - <el-button - type="primary" - plain - icon="el-icon-plus" - size="mini" - @click="handleAdd" - v-hasPermi="['platform:platform:add']" - >鏂板</el-button> - </el-col> - <el-col :span="1.5"> - <el-button - type="success" - plain - icon="el-icon-edit" - size="mini" - :disabled="single" - @click="handleUpdate" - v-hasPermi="['platform:platform:edit']" - >淇敼</el-button> - </el-col> - <el-col :span="1.5"> - <el-button - type="danger" - plain - icon="el-icon-delete" - size="mini" - :disabled="multiple" - @click="handleDelete" - v-hasPermi="['platform:platform:remove']" - >鍒犻櫎</el-button> - </el-col> --> - <el-col :span="1.5"> - <!-- <el-button - type="warning" - plain - icon="el-icon-download" - size="mini" - @click="handleExport" - v-hasPermi="['platform:platform:export']" - >瀵煎嚭</el-button> --> - </el-col> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> - </el-row> + </el-form> <el-table v-loading="loading" :data="platformList" @selection-change="handleSelectionChange"> <el-table-column type="selection" width="55" align="center" /> @@ -258,7 +213,7 @@ }, /** 鏌ヨ璁惧璧勪骇缁熻鏁� */ getVideoCount() { - videoCount('1').then(response => { + videoCount().then(response => { this.count = response.data; }); }, -- Gitblit v1.8.0