fix(metadata): 隐藏供应商类型字段
- 将供应商类型字段的Hidden属性由false改为true - 调整商户相关元数据表的展示配置 - 保持其他字段的可见性不变
This commit is contained in:
parent
51880c0c5c
commit
8029f73a7d
|
|
@ -413,7 +413,7 @@ func ymtMetadataTables() []tableInfo {
|
|||
{Key: "merchant.merchant_no", Field: "merchant_no", Label: "商户编码", Hidden: false},
|
||||
{Key: "merchant.name", Field: "name", Label: "客户名称", Hidden: false},
|
||||
{Key: "merchant.subject", Field: "subject", Label: "客户主体", Hidden: false},
|
||||
{Key: "merchant.third_party", Field: "third_party", Label: "供应商类型", Hidden: false},
|
||||
{Key: "merchant.third_party", Field: "third_party", Label: "供应商类型", Hidden: true},
|
||||
{Key: "merchant.status", Field: "status", Label: "状态 1:正常 2:冻结", Hidden: true},
|
||||
{Key: "merchant.balance", Field: "balance", Label: "分销商余额", Hidden: true},
|
||||
{Key: "merchant.total_consumption", Field: "total_consumption", Label: "累计消费", Hidden: true},
|
||||
|
|
|
|||
Loading…
Reference in New Issue