0


若依系统v-hasPermi

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

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>

若依文档中的描述:


本文转载自: https://blog.csdn.net/qq_36429634/article/details/127870335
版权归原作者 小沙耶能有什么坏心眼呢 所有, 如有侵权,请联系我们删除。

“若依系统v-hasPermi”的评论:

还没有评论