Sfoglia il codice sorgente

问卷详情 - 编辑章节页面功能栏权限问题

wangggziwen 8 mesi fa
parent
commit
245bb25bd5
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      ruoyi-ui/src/views/rc/editchapter/index.vue

+ 0 - 4
ruoyi-ui/src/views/rc/editchapter/index.vue

@@ -31,7 +31,6 @@
           icon="el-icon-plus"
           size="mini"
           @click="handleAdd"
-          v-hasPermi="['rc:chapter:add']"
         >新增</el-button>
       </el-col>
       <el-col :span="1.5">
@@ -42,7 +41,6 @@
           size="mini"
           :disabled="single"
           @click="handleUpdate"
-          v-hasPermi="['rc:chapter:edit']"
         >修改</el-button>
       </el-col>
       <el-col :span="1.5">
@@ -53,7 +51,6 @@
           size="mini"
           :disabled="multiple"
           @click="handleDelete"
-          v-hasPermi="['rc:chapter:remove']"
         >删除</el-button>
       </el-col>
       <el-col :span="1.5">
@@ -63,7 +60,6 @@
           icon="el-icon-download"
           size="mini"
           @click="handleExport"
-          v-hasPermi="['rc:chapter:export']"
         >导出</el-button>
       </el-col>
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>