|
|
export const mineOrderList = [
|
|
|
{ name: '待支付', url: '/static/logo.png', pageUrl: '/pages/expect/expect' },
|
|
|
{ name: '待发货', url: '/static/logo.png', pageUrl: '/pages/expect/expect' },
|
|
|
{ name: '待收货', url: '/static/logo.png', pageUrl: '/pages/expect/expect' },
|
|
|
{ name: '全部订单', url: '/static/logo.png', pageUrl: '/pages/expect/expect' },
|
|
|
]
|
|
|
|
|
|
export const myList = [{
|
|
|
id: 1,
|
|
|
name: '我的卡券',
|
|
|
url: '/static/my-o.png',
|
|
|
pageUrl: '/pages/enterprise-certification/enterprise-certification'
|
|
|
},
|
|
|
{
|
|
|
id: 2,
|
|
|
name: '地址管理',
|
|
|
url: '/static/star-false.png',
|
|
|
pageUrl: '/pages/my/my-collection'
|
|
|
},
|
|
|
{
|
|
|
id: 3,
|
|
|
name: '帮助与反馈',
|
|
|
url: '/static/my-t.png',
|
|
|
pageUrl: '/pages/card-package-management/card-package-management'
|
|
|
},
|
|
|
{
|
|
|
id: 4,
|
|
|
name: '关于我们',
|
|
|
url: '/static/my-f.png',
|
|
|
pageUrl: '/pages/equipment-list/equipment-list'
|
|
|
},
|
|
|
{
|
|
|
id: 5,
|
|
|
name: '人工客服',
|
|
|
url: '/static/location-icon.png',
|
|
|
pageUrl: '/pages/address-management/address-management'
|
|
|
}
|
|
|
]
|
|
|
|
|
|
export const myToolsList = [{
|
|
|
name: '消费积分',
|
|
|
url: '/static/images/tabbar/mine-score.png',
|
|
|
pageUrl: '/pages/mine/mine-integration/mine-integration'
|
|
|
},
|
|
|
{
|
|
|
name: '物品运输',
|
|
|
url: '/static/images/tabbar/mine-goods.png',
|
|
|
pageUrl: '/pages/mine/mine-toolLogistics/mine-toolLogistics'
|
|
|
},
|
|
|
{
|
|
|
name: '租赁记录',
|
|
|
url: '/static/images/tabbar/mine-lend.png',
|
|
|
pageUrl: '/pages/mine/mine-toolLeaserecords/mine-toolLeaserecords'
|
|
|
},
|
|
|
{
|
|
|
name: '系统设置',
|
|
|
url: '/static/images/tabbar/mine-setting.png',
|
|
|
pageUrl: '/pages/mine/mine-setting/mine-setting'
|
|
|
},
|
|
|
{ name: '入馆二维码', url: '/static/images/tabbar/mine-qrcode.png', pageUrl: '/pages/mine/mine-qrcode/mine-qrcode' }
|
|
|
]
|
|
|
|
|
|
export const bookFormDataList = [{
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '团队名称',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
selectId: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '预约人数',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入',
|
|
|
keyboard: 'number',
|
|
|
isDisabled: false,
|
|
|
selectId: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'select',
|
|
|
isRequired: true,
|
|
|
label: '团队性质',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请选择',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: true,
|
|
|
selectId: '',
|
|
|
options: []
|
|
|
},
|
|
|
{
|
|
|
type: 'select',
|
|
|
isRequired: true,
|
|
|
label: '来访目的',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请选择',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: true,
|
|
|
selectId: '',
|
|
|
options: [],
|
|
|
|
|
|
}
|
|
|
]
|
|
|
|
|
|
export const formDataList = [{
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '企业名称',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'select',
|
|
|
isRequired: true,
|
|
|
label: '所属地区',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请选择',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: true,
|
|
|
showtext: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '法人代表',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '联系电话',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'select',
|
|
|
isRequired: true,
|
|
|
label: '注册时间',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请选择',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: true,
|
|
|
showtext: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '注册金额',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '公司规模',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
}, {
|
|
|
type: 'textarea',
|
|
|
isRequired: true,
|
|
|
label: '企业介绍',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入这里是描述',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
}
|
|
|
]
|
|
|
|
|
|
export const showEnterList = [{
|
|
|
type: 'select',
|
|
|
isRequired: true,
|
|
|
label: '会展类型',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请选择会展类型',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: true,
|
|
|
showtext: '',
|
|
|
options: []
|
|
|
},
|
|
|
{
|
|
|
type: 'select',
|
|
|
isRequired: true,
|
|
|
label: '展会行业',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请选择展会行业',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: true,
|
|
|
showtext: '',
|
|
|
options: []
|
|
|
},
|
|
|
{
|
|
|
type: 'select',
|
|
|
isRequired: true,
|
|
|
label: '展会级别',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请选择展会级别',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: true,
|
|
|
showtext: '',
|
|
|
options: []
|
|
|
},
|
|
|
{
|
|
|
type: 'select',
|
|
|
isRequired: true,
|
|
|
label: '地区',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请选择地区',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: true,
|
|
|
showtext: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '活动名称',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入活动名称',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '官网链接',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入官网链接',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'select',
|
|
|
isRequired: true,
|
|
|
label: '举办时间',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请选择举办时间',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: true,
|
|
|
showtext: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '主题',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入主题',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'input',
|
|
|
isShowUnit: true,
|
|
|
isRequired: true,
|
|
|
label: '展出面积',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入展出面积',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '指导单位',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入指导单位',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '主办单位',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入主办单位',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '承办单位',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入承办单位',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '协办单位',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入协办单位',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
}, {
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '电话',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入联系电话',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
}, {
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '邮箱',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入邮箱',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
}, {
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '举办场馆',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入举办场馆',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
}, {
|
|
|
type: 'input',
|
|
|
isRequired: true,
|
|
|
label: '举办地点',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入举办地点',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
}, {
|
|
|
type: 'textarea',
|
|
|
isRequired: true,
|
|
|
label: '会展简介',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入简介(100字以内)',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
},
|
|
|
{
|
|
|
type: 'textarea',
|
|
|
isRequired: true,
|
|
|
label: '展会介绍',
|
|
|
iptVal: '',
|
|
|
placeholderText: '请输入展会介绍',
|
|
|
keyboard: 'text',
|
|
|
isDisabled: false,
|
|
|
showtext: '',
|
|
|
},
|
|
|
]
|
|
|
|
|
|
export const mineSettinginfo = [
|
|
|
{ name: '个人资料', isShowBottom: true, isClear: false, pageUrl: '/pages/mine/mine-edit/mine-edit' },
|
|
|
{ name: '预约信息', isShowBottom: false, isClear: false, pageUrl: '/pages/expect/expect' },
|
|
|
{ name: '协议与条款', isShowBottom: false, isClear: false, pageUrl: '/pages/expect/expect' },
|
|
|
{ name: '关于我们', isShowBottom: false, isClear: false, pageUrl: '/pages/mine/about-us/about-us' },
|
|
|
{ name: '清理缓存', isShowBottom: false, isClear: true, pageUrl: '/pages/expect/expect' },
|
|
|
]
|
|
|
|
|
|
export const aboutusList = [
|
|
|
{ name: '功能介绍', pageUrl: `/pages/agreement/agreement?type=3` },
|
|
|
{ name: '用户协议', pageUrl: '/pages/expect/expect' },
|
|
|
]
|
|
|
|
|
|
export const costScorelist = [
|
|
|
{ name: '消费记录', pageUrl: '/pages/expect/expect' },
|
|
|
{ name: '积分记录', pageUrl: '/pages/mine/mine-chargerecord/mine-chargerecord' },
|
|
|
{ name: '消费积分', pageUrl: '/pages/expect/expect' },
|
|
|
{ name: '积分换购', pageUrl: '/pages/expect/expect' },
|
|
|
{ name: '积分券', pageUrl: '/pages/expect/expect' },
|
|
|
] |
|
|
\ No newline at end of file |
...
|
...
|
|