前言

参考文档:

示例

  • 若依示例
    <el-button
      type="warning"
      icon="el-icon-download"
      size="mini"
      @click="handleExport"
      v-hasPermi="['system:dict:export']"
    >导出</el-button>
    
  • 其他示例
 <el-button type="" size="mini" v-has="'btn_form_add'" :disabled="saveMenuAble" @click="saveMenu">新增保存</el-button>

实现步骤

Logo

快速构建 Web 应用程序

更多推荐