提交回执修改

This commit is contained in:
shishengjie
2019-10-11 15:14:00 +08:00
parent 4c22202547
commit af1298dcee
2 changed files with 87 additions and 177 deletions

View File

@@ -750,5 +750,37 @@ export default {
id: 4,
text: '其它'
}
],
sex: [
{
text: '男',
id: '0'
},
{
text: '女',
id: '1'
}
],
//受益人类型
bnfType: [
{
id: '0',
text: '法定受益人'
},
{
id: '1',
text: '指定受益人'
}
],
//订单状态
orderStatus: [
{
id: '0',
text: '未签收'
},
{
id: '1',
text: '已签收'
}
]
}