ma-dict-column组件是对table-column的二次封装,支持从数据字典获取数据,且是全局组件,使用的时候,无需引入。

  • 使用很简单,只需指定prop对应的属性和dict-type的值即可,如下所示:
<ma-dict-column prop="gender" label="性别" dict-type="user_gender"></ma-dict-column>