为[文章页面]设置编辑修改权限

v-hasPermi="['system:article:edit']"

 <el-button
          type="success"
          plain
          icon="el-icon-edit"
          size="mini"
          :disabled="single"
          @click="handleUpdate"
          v-hasPermi="['system:article:edit']"
        >修改</el-button>

若依文档中的描述:

Logo

快速构建 Web 应用程序

更多推荐