Commit f1375616 by hank

买房模板

parent 2730a553
export default [
{
name: '欢迎页面',
thumb: 'http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/template-culture/thumb.jpg',
component: 'welcome',
list: [
{
type: 'image',
name: '企业logo',
value: '',
description: '请上传png格式企业logo',
style: {
color: 'white'
},
default: {
value: 'http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/template-culture/logo1.png'
}
},
{
type: 'text',
name: '企业名称',
value: '',
description: '',
style: {
color: 'white'
},
default: {
value: '迈动互联(北京)信息科技有限公司'
}
},
{
type: 'text',
name: '中文企业欢迎语',
value: '',
description: '请输入企业欢迎语',
style: {
color: 'white'
},
default: {
value: '欢迎龙湖信息中心领导参观指导'
}
},
{
type: 'text',
name: '英文企业欢迎语',
value: '',
description: '请输入企业英文欢迎语',
style: {
color: 'white'
},
default: {
value: 'WELCOME'
}
},
{
type: 'text',
name: '企业英文名称',
value: '',
description: '请输入企业英文名称',
style: {
color: 'white'
},
default: {
value: 'MAXROCKY'
}
}
]
},
{
name: '通知页面',
thumb: 'http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/template-culture/thumb.jpg',
component: 'notice',
list: [
{
type: 'image',
name: '企业logo',
value: '',
description: '请上传png格式企业logo',
style: {
color: 'white'
},
default: {
value: 'http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/template-culture/logo1.png'
}
},
{
type: 'text',
name: '企业名称',
value: '',
description: '请输入企业名称',
style: {
color: 'white'
},
default: {
value: '迈动互联(北京)信息科技有限公司'
}
},
{
type: 'text',
name: '通知标题',
value: '',
description: '请输入通知标题',
style: {
color: 'white'
},
default: {
value: '2019年端午节放假通知'
}
},
{
type: 'text',
name: '通知昵称',
value: '',
description: '请输入通知昵称',
style: {
color: 'white'
},
default: {
value: 'Dear All:'
}
},
{
type: 'text',
name: '企业名称',
value: '',
description: '',
style: {
color: 'white'
},
default: {
value: '根据国家2019年部分节假日安排,结合公司实际情况,劳动节放假时间安排如下:2019年6月7日至6月9日放假,共3天。6月10(星期一)上班。\r\n注意事项:\r\n 1、放假期间,请各部门自行妥善安排好放假前工作,做好安全防范措施。\r\n2、放假期间外出的员工,请注意人身财产安全.\r\n \r\n \r\n \t 特此通知,请知悉。'
}
}
]
},
{
name: '日程页面',
thumb: 'http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/template-culture/thumb.jpg',
component: 'schedule',
list: [
{
type: 'image',
name: '企业logo',
value: '',
description: '请上传png格式企业logo',
style: {
color: 'white'
},
default: {
value: 'http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/template-culture/logo1.png'
}
},
{
type: 'text',
name: '企业名称',
value: '',
description: '请输入企业名称',
style: {
color: 'white'
},
default: {
value: '迈动互联(北京)信息科技有限公司'
}
},
{
type: 'list',
name: '日程列表',
modeSchema: [ // 创建子项的Schema列表
{
content: {
type: 'text',
name: '内容', // 字段名称
value: '', // 字段值
description: '请输入内容', // 用户填写时字段提示语
style: { // 样式
color: '' // 目前只允许更改颜色
},
default: { // 默认
value: '脉动互联'
}
},
address: {
type: 'text',
name: '地点', // 字段名称
value: '', // 字段值
description: '', // 用户填写时字段提示语
style: { // 样式
color: '' // 目前只允许更改颜色
},
default: { // 默认
value: '会议室'
}
},
department: {
type: 'text',
name: '部门', // 字段名称
value: '', // 字段值
description: '', // 用户填写时字段提示语
style: { // 样式
color: '' // 目前只允许更改颜色
},
default: { // 默认
value: '总裁办'
}
},
time: {
type: 'text',
name: '时间', // 字段名称
value: '', // 字段值
description: '', // 用户填写时字段提示语
style: { // 样式
color: '' // 目前只允许更改颜色
},
default: { // 默认
value: '09:30 AM - 10:00 AM'
}
}
}
],
list: [
{
content: '龙湖地产来访',
address: '22-1会议室',
department: '智慧营销',
time: '09:30 AM -12:00 AM',
index: 1
},
{
content: 'Vmatrix研发进度',
address: '21-03会议室',
department: '数字理想',
time: '09:30 AM -10:00 AM',
index: 2
},
{
content: '数字理想前端面试',
address: '22-1会议室',
department: '数字理想',
time: '09:30 AM -12:00 AM',
index: 3
},
{
content: '销售总监面试',
address: '22-1会议室',
department: '总经办',
time: '09:30 AM -12:00 AM',
index: 4
}
]
}
]
}
// {
// name: '照片墙',
// thumb: 'http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/template-culture/thumb.jpg',
// component: 'photoWall',
// list: [
// {
// type: 'text',
// name: '楼层',
// value: '',
// description: '',
// style: {
// color: 'white'
// },
// default: {
// value: '2F'
// }
// }
// ]
// }
]
...@@ -6,10 +6,18 @@ export default { ...@@ -6,10 +6,18 @@ export default {
templateInfo, templateInfo,
// defaultData, // defaultData,
pageList: [ pageList: [
// {
// name: '租房页面',
// thumb: 'http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/template-culture/thumb1.jpg',
// component: 'rentHouse',
// defaultData: defaultData.welcome,
// schemaData: defaultData.welcome,
// itemList: itemList.welcome
// },
{ {
name: '房产信息', name: '买房页面',
thumb: 'http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/template-culture/thumb1.jpg', thumb: 'http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/template-culture/thumb1.jpg',
component: 'property', component: 'buyingHouse',
defaultData: defaultData.welcome, defaultData: defaultData.welcome,
schemaData: defaultData.welcome, schemaData: defaultData.welcome,
itemList: itemList.welcome itemList: itemList.welcome
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment