|
|
|
@@ -28,11 +28,15 @@ export default { |
|
|
|
label: "代理商", |
|
|
|
prop: "agentName", |
|
|
|
width: "120px", |
|
|
|
hide: true, |
|
|
|
showColumn: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "公司", |
|
|
|
prop: "corporateName", |
|
|
|
width: "120px", |
|
|
|
hide: true, |
|
|
|
showColumn: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "项目地区", |
|
|
|
@@ -58,11 +62,15 @@ export default { |
|
|
|
{ |
|
|
|
label: "运营人员", |
|
|
|
prop: "operationStaffName", |
|
|
|
hide: true, |
|
|
|
showColumn: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "项目类型", |
|
|
|
prop: "houseType", |
|
|
|
width: "110px", |
|
|
|
hide: true, |
|
|
|
showColumn: false, |
|
|
|
dicData: [{ |
|
|
|
label: '正式', |
|
|
|
value: 0 |
|
|
|
|