Jeecg vue+elementUi风格的如何控制按钮和数据的权限啊-
求大佬指教一下easyui+bootstrap风格的可以在按钮上加上operationCode属性控制,vue+elementUi风格的页面不知道怎么办了,文档上也没有说明,这样用可以嘛::P:P
<el-button size="mini" operationCode="verify" @click="handleEdit(scope.$index, scope.row)">审核</el-button>
本帖最后由 chuange 于 2018-7-1 17:23 编辑
看文档发现,加上这个标签就可以了,不需要用operationCode,文档还是要好好看的啊:P:P:P
<t:hasPermission code="verify">
<el-button size="mini" operationCode="verify" @click="handleEdit(scope.$index, scope.row)">审核</el-button>
</t:hasPermission> 楼上亲测可行~ 是这样的用法
页:
[1]