【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', // align: 'center',
// dataIndex: 'handleStatus_dictText' // dataIndex: 'handleStatus_dictText'
// }, // },
{ // {
title: '快递公司', // title: '快递公司',
align: 'center', // align: 'center',
dataIndex: 'sendMethod', // dataIndex: 'sendMethod',
customRender: function(text) { // customRender: function(text) {
if (text === 1) { // if (text === 1) {
return 'EMS' // return 'EMS'
} else if (text === 2) { // } else if (text === 2) {
return '顺丰' // return '顺丰'
} // }
} // }
}, // },
{ // {
title: '快递单号', // title: '快递单号',
align: 'center', // align: 'center',
dataIndex: 'postNo' // dataIndex: 'postNo'
}], // }
],
// 页面分页信息 // 页面分页信息
ipagination: { ipagination: {