|
@@ -84,7 +84,7 @@ export default {
|
|
|
{ label: '中介确访', rules: 1, key: 'is_edit', type: 'select', class: 'c-2', options: this.$dictData.sys_yesno, rules: 1 },
|
|
|
{ label: '报备保护期', key: 'report_lock', type: 'inputFont', class: 'c-2', appendFont: '天' },
|
|
|
{ label: '带看保护期', key: 'lead_lock', type: 'inputFont', class: 'c-2', appendFont: '天' },
|
|
|
- { label: '内报保护期', key: 'inner_report_lock', type: 'inputFont', class: 'c-2', appendFont: '天' },
|
|
|
+ { label: '内部报备期', key: 'inner_report_lock', type: 'inputFont', class: 'c-2', appendFont: '天' },
|
|
|
{ label: '排序', key: 'sort', class: 'c-2' },
|
|
|
{ label: '楼盘标签', key: 'estate_tag', class: 'c-2', rules: 1 },
|
|
|
{ label: '营销电话', key: 'marketing_phone', class: 'c-2', rules: 1 },
|
|
@@ -93,6 +93,7 @@ export default {
|
|
|
{ label: '是否显示', key: 'hide_state', type: 'select', class: 'c-2', options: this.$dictData.hide_state, rules: 1 },
|
|
|
{ label: '允许报备', key: 'report_open', type: 'select', class: 'c-2', options: this.$dictData.sys_yesno, rules: 1 },
|
|
|
{ label: '内部报备', key: 'is_inner', type: 'select', class: 'c-2', options: this.$dictData.sys_yesno, rules: 1 },
|
|
|
+ { label: '公开报备', key: 'is_pub', type: 'select', class: 'c-2', options: this.$dictData.sys_yesno, rules: 1 },
|
|
|
{ label: '楼盘地址', key: 'address', rules: 1 },
|
|
|
{ label: '楼盘图', key: 'pri_image', class: 'c-2', type: 'cuImg',
|
|
|
options: {
|