大件运输联网系统前端代码
guoshilong
2022-12-16 1e376296b2d8abbcdd051b1e75d860353c8bb19d
src/const/enterprise/enterprise.js
@@ -31,6 +31,7 @@
          labelWidth:labelWidth,
          type: "input",
          hide: true,
          disabled:false
        },
        {
          label: "联系人姓名",
@@ -221,5 +222,19 @@
      hide: true,
      display:false,
    },
    {
      label: "企业名称",
      labelWidth:labelWidth,
      prop: "enterpriseName",
      type: "input",
      display: false,
    },
    {
      label: "单位地址",
      labelWidth:labelWidth,
      prop: "address",
      type: "input",
      display: false,
    },
  ]
}