diff --git a/jshERP-web/src/views/system/RoleList.vue b/jshERP-web/src/views/system/RoleList.vue
index f89fd725..9d341b99 100644
--- a/jshERP-web/src/views/system/RoleList.vue
+++ b/jshERP-web/src/views/system/RoleList.vue
@@ -65,6 +65,19 @@
删除
+
+ 数据类型
+
+
+
+
+
+ 价格屏蔽
+
+
+
+
启用
@@ -140,10 +153,12 @@
title: '角色名称', align:"left", dataIndex: 'name', width: 120
},
{
- title: '数据类型', align:"left", dataIndex: 'type', width: 100
+ align:"left", dataIndex: 'type', width: 100,
+ slots: { title: 'typeTitle' }
},
{
- title: '价格屏蔽', align:"left", dataIndex: 'priceLimitStr', width: 100
+ align:"left", dataIndex: 'priceLimitStr', width: 100,
+ slots: { title: 'priceLimitTitle' }
},
{
title: '备注', align:"left", dataIndex: 'description', width: 150