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