给角色页面增加价格屏蔽字段

This commit is contained in:
季圣华
2022-10-23 16:22:07 +08:00
parent 927a4fa12c
commit 9cf74048c4
2 changed files with 31 additions and 7 deletions

View File

@@ -134,6 +134,9 @@
{
title: '数据类型', align:"left", dataIndex: 'type', width: 100
},
{
title: '价格屏蔽', align:"left", dataIndex: 'priceLimitStr', width: 100
},
{
title: '描述', align:"left", dataIndex: 'description', width: 150
},