浏览代码

修改table组件

newStyle
douzhuo 3 年前
父节点
当前提交
7a57196e5f
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. +8
    -0
      src/views/building/table.js

+ 8
- 0
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


正在加载...
取消
保存