|
@ -2843,7 +2843,7 @@ export const CountAdjustNote = [ |
|
|
|
|
|
|
|
|
// 消息管理
|
|
|
// 消息管理
|
|
|
/**/ |
|
|
/**/ |
|
|
// 消息类型 1
|
|
|
// 消息类型 20230414
|
|
|
export const MessageType = [ |
|
|
export const MessageType = [ |
|
|
{ label: "消息类别代码", prop: "messageTypeCode" }, |
|
|
{ label: "消息类别代码", prop: "messageTypeCode" }, |
|
|
{ label: "消息类别名称", prop: "messageTypeName" }, |
|
|
{ label: "消息类别名称", prop: "messageTypeName" }, |
|
@ -2858,8 +2858,8 @@ export const MessageType = [ |
|
|
{ label: "是否发送Email", prop: 'isSendEmail', type: "filter", filters: "whetherOrNot" }, |
|
|
{ label: "是否发送Email", prop: 'isSendEmail', type: "filter", filters: "whetherOrNot" }, |
|
|
{ label: "是否发送Sms", prop: 'isSendSms', type: "filter", filters: "whetherOrNot" }, |
|
|
{ label: "是否发送Sms", prop: 'isSendSms', type: "filter", filters: "whetherOrNot" }, |
|
|
{ label: "事务ID", prop: "tenantId" }, |
|
|
{ label: "事务ID", prop: "tenantId" }, |
|
|
{ label: "公司", prop: 'company' }, |
|
|
|
|
|
{ label: "ID", prop: 'id' }, |
|
|
{ label: "ID", prop: 'id' }, |
|
|
|
|
|
// { label: "公司", prop: 'company' },
|
|
|
// -----------------------------------------------------------------------
|
|
|
// -----------------------------------------------------------------------
|
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|