【update】去掉证书中关于 邮寄的信息

This commit is contained in:
fengchenchen
2022-03-18 22:26:00 +08:00
parent 8eae64f3e8
commit 87eeef61ba
@@ -3088,23 +3088,24 @@ export default {
// align: 'center',
// dataIndex: 'handleStatus_dictText'
// },
{
title: '快递公司',
align: 'center',
dataIndex: 'sendMethod',
customRender: function(text) {
if (text === 1) {
return 'EMS'
} else if (text === 2) {
return '顺丰'
}
}
},
{
title: '快递单号',
align: 'center',
dataIndex: 'postNo'
}],
// {
// title: '快递公司',
// align: 'center',
// dataIndex: 'sendMethod',
// customRender: function(text) {
// if (text === 1) {
// return 'EMS'
// } else if (text === 2) {
// return '顺丰'
// }
// }
// },
// {
// title: '快递单号',
// align: 'center',
// dataIndex: 'postNo'
// }
],
// 页面分页信息
ipagination: {