You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
904 B
68 lines
904 B
export default {
|
|
pro1Name: '巫医和尚唐有限公司',
|
|
pro1: [
|
|
{
|
|
text: '济州岛打包站',
|
|
id: 11,
|
|
},
|
|
{
|
|
text: '福州道打包站',
|
|
id: 12,
|
|
},
|
|
{
|
|
text: '钟落潭打包站',
|
|
id: 13,
|
|
disabled: true,
|
|
},
|
|
{
|
|
text: '义乌',
|
|
id: 14,
|
|
},{
|
|
text: '杭州',
|
|
id: 1,
|
|
},
|
|
{
|
|
text: '温州',
|
|
id: 2,
|
|
},
|
|
{
|
|
text: '宁波',
|
|
id: 3,
|
|
disabled: true,
|
|
},
|
|
{
|
|
text: '义乌',
|
|
id: 4,
|
|
},
|
|
],
|
|
pro2Name: '江苏',
|
|
pro2: [
|
|
{
|
|
text: '南京',
|
|
id: 5,
|
|
},
|
|
{
|
|
text: '无锡',
|
|
id: 6,
|
|
},
|
|
{
|
|
text: '徐州',
|
|
id: 7,
|
|
},
|
|
{
|
|
text: '苏州',
|
|
id: 8,
|
|
},
|
|
],
|
|
pro3Name: '福建',
|
|
pro3: [
|
|
{
|
|
text: '泉州',
|
|
id: 9,
|
|
},
|
|
{
|
|
text: '厦门',
|
|
id: 10,
|
|
},
|
|
],
|
|
};
|