mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 16:46:43 +08:00
提交回执修改
This commit is contained in:
@@ -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: '已签收'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user