Ruoyi system v-hasPermi

Set edit permission for [article page]

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>

According to the description in the document:

おすすめ

転載: blog.csdn.net/qq_36429634/article/details/127870335