diff --git a/src/views/building/table.js b/src/views/building/table.js index 5a14246..2a5a2fb 100644 --- a/src/views/building/table.js +++ b/src/views/building/table.js @@ -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