短信日志详情修改
parent
71fa0c95e1
commit
f19e67c39d
|
@ -27,8 +27,8 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '短信渠道',
|
title: '短信渠道',
|
||||||
field: 'channelId',
|
field: 'channelCode',
|
||||||
// dictType: DICT_TYPE.SYSTEM_SMS_CHANNEL_CODE,
|
dictType: DICT_TYPE.SYSTEM_SMS_CHANNEL_CODE,
|
||||||
// dictClass: 'number',
|
// dictClass: 'number',
|
||||||
isSearch: true,
|
isSearch: true,
|
||||||
// table: {
|
// table: {
|
||||||
|
@ -87,7 +87,37 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||||
title: t('common.createTime'),
|
title: t('common.createTime'),
|
||||||
field: 'createTime',
|
field: 'createTime',
|
||||||
formatter: 'formatDate'
|
formatter: 'formatDate'
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
title: 'API 发送结果',
|
||||||
|
field: 'apiSendCode',
|
||||||
|
isTable: false,
|
||||||
|
isForm: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'API 短信编号',
|
||||||
|
field: 'apiSerialNo',
|
||||||
|
isTable: false,
|
||||||
|
isForm: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'API 请求编号',
|
||||||
|
field: 'apiRequestId',
|
||||||
|
isTable: false,
|
||||||
|
isForm: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'API 接收状态',
|
||||||
|
field: 'receiveStatus',
|
||||||
|
isTable: false,
|
||||||
|
isForm: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'API 接收结果',
|
||||||
|
field: 'apiReceiveMsg',
|
||||||
|
isTable: false,
|
||||||
|
isForm: false
|
||||||
|
},
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export const { allSchemas } = useVxeCrudSchemas(crudSchemas)
|
export const { allSchemas } = useVxeCrudSchemas(crudSchemas)
|
||||||
|
|
Loading…
Reference in New Issue