chunping hace 3 años
padre
commit
43ff4396f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/business/channel/index.vue

+ 1 - 1
src/views/business/channel/index.vue

@@ -98,7 +98,7 @@
               icon="el-icon-plus"
               size="mini"
               @click="handleAdd"
-              v-hasPermi="['system:user:add']"
+              v-hasPermi="['business:channel:add']"
             >添加一级渠道</el-button>
           </el-col>
           <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>