Browse Source

删除了部分的按钮

Sanmu8 1 year ago
parent
commit
61b56f56ad
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/OPSERVICE/index.vue

+ 2 - 2
src/views/OPSERVICE/index.vue

@@ -19,12 +19,12 @@
       <el-col :span="1.5">
         <el-button type="primary" icon="el-icon-plus" @click="handleAdd" v-hasPermi="['business:OPSERVICE:add']">新增</el-button>
       </el-col>
-      <el-col :span="1.5">
+      <!-- <el-col :span="1.5">
         <el-button type="success" icon="el-icon-edit" :disabled="single" @click="handleUpdate" v-hasPermi="['business:OPSERVICE:edit']">修改</el-button>
       </el-col>
       <el-col :span="1.5">
         <el-button type="danger" icon="el-icon-delete" :disabled="multiple" @click="handleDelete" v-hasPermi="['business:OPSERVICE:remove']">删除</el-button>
-      </el-col>
+      </el-col> -->
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>