【update】去掉证书中关于 邮寄的信息
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user