From b2ef755893a694ea07b7ca2f46e4571bbc8e9cb9 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期日, 07 四月 2024 17:09:45 +0800 Subject: [PATCH] 通知接口 --- src/views/system/threshold/index.vue | 25 ------------------------- 1 files changed, 0 insertions(+), 25 deletions(-) diff --git a/src/views/system/threshold/index.vue b/src/views/system/threshold/index.vue index 9144c2b..a334492 100644 --- a/src/views/system/threshold/index.vue +++ b/src/views/system/threshold/index.vue @@ -12,31 +12,6 @@ >鏂板 </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="['ycl:threshold: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="['ycl:threshold:remove']" - >鍒犻櫎 - </el-button> - </el-col> - <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> </el-row> <el-table v-loading="loading" :data="thresholdList" @selection-change="handleSelectionChange"> -- Gitblit v1.8.0