|
@@ -201,11 +201,13 @@ export default {
|
|
|
getDef() {
|
|
|
let params = { ...this.cObj }
|
|
|
if (params.lottery_time) params.time = params.lottery_time.split('至')
|
|
|
+ if (!params.hide_status) params.hide_status = '1'
|
|
|
this.formData = [
|
|
|
{ label: '楼栋分布图', key: 'project_img', type: 'upload', class: 'c-2', rules: 1 },
|
|
|
{ label: '摇号期数', key: 'batch', class: 'c-2', rules: 1 },
|
|
|
{ label: '排序', key: 'sort', class: 'c-2', rules: 1 },
|
|
|
- { label: '摇号中的日期', key: 'time', type: 'datePicker', rules: 1 },
|
|
|
+ { label: '摇号中的日期', key: 'time', class: 'c-2', type: 'datePicker', rules: 1 },
|
|
|
+ { label: '显示状态', key: 'hide_status', class: 'c-2', type: 'select', options: this.$dictData.hide_status, rules: 1 },
|
|
|
{ label: '摇号中的标题', key: 'under_way', rules: 1 },
|
|
|
{ label: '本期包含期数', key: 'building_num', rules: 1 },
|
|
|
{ label: '摇号结果的标题', key: 'lottery_res' },
|