var DIC = [ { label: '招聘中', value: 1, }, { label: '停止招聘', value: 2, } ] var w = 160 , s = 12; export var column = [ { label: "", labelWidth: 20, type: 'title', prop: "title", span: 24, styles: { fontSize: '24px' } }, { label: "企业名称", prop: "enterprisename", span: 11, labelWidth: 130, disabled: true, }, { label: "统一社会信用代码", prop: "creditcode", span: 11, labelWidth: 130, disabled: true, }, { label: "法定代表人", prop: "representative", span: 11, labelWidth: 130, disabled: true, }, { label: "成立日期", prop: "establishtime", span: 11, labelWidth: 130, disabled: true, }, { label: "注册资本", prop: "registeredcapital", span: 11, labelWidth: 130, disabled: true, }, { label: "实缴资本", prop: "capital", span: 11, labelWidth: 130, disabled: true, }, { label: "组织机构代码", prop: "organizationcode", span: 11, labelWidth: 130, disabled: true, }, { label: "工商注册号", prop: "registrationnumber", span: 11, labelWidth: 130, disabled: true, }, { label: "纳税人识别号", prop: "identificationnumber", span: 11, labelWidth: 130, disabled: true, }, { label: "企业类型", prop: "stats", type: "tree", dicUrl: "/api/blade-system/dict-biz/dictionary?code=stats", props: { label: "dictValue", value: "dictKey" }, span: 11, labelWidth: 130, disabled: true, }, { label: "注册地址", prop: "address", span: 11, labelWidth: 130, disabled: true, // search: true, }, { label: "所属地区", prop: "region", span: 11, labelWidth: 130, width: 110, overHidden: true, disabled: true, }, { label: "所属行业", prop: "industry", span: 11, labelWidth: 130, disabled: true, }, { label: "经营范围", prop: "business", span: 24, labelWidth: 130, width: 110, // overHidden: true, type: 'textarea', showWordLimit: true, disabled: true, }, { label: "登记机关", prop: "registration", // span: 11, labelWidth: 130, type: 'textarea', disabled: true, maxRows: 10, span: 24, } ] export var column1 = [ { label: "id", prop: "id", hide: true, addDisplay: false, editDisplay: false, }, { label: "股东", prop: "shareholder", searchLabelWidth: 55, search: true, labelWidth: w, span: s, }, { label: "持股比例(%)", prop: "shareholdingratio", labelWidth: w, span: s, }, // { // label: "最终受益股份", // prop: "beneficial", // }, { label: "出资金额(万元)", prop: "capital", labelWidth: w, span: s, }, { label: "出资时间", prop: "capitaltime", type: "date", format: "yyyy-MM-dd hh:mm:ss", valueFormat: "timestamp", labelWidth: w, span: s, }, { label: "身份证", prop: "cardid", labelWidth: w, span: s, }, { label: "联系电话", prop: "cell", labelWidth: w, span: s, }, { label: "统一社会信用代码", prop: "creditcode", hide: true, addDisplay: false, editDisplay: false, labelWidth: w, span: s, }, ] export var column2 = [ { label: "统一社会信用代码", prop: "creditcode", hide: true, addDisplay: false, editDisplay: false, labelWidth: w, span: s, }, { label: "id", prop: "id", hide: true, addDisplay: false, editDisplay: false, labelWidth: w, span: s, }, { label: "姓名", prop: "name", search: true, labelWidth: w, searchLabelWidth: 55, span: s, }, { label: "职务", prop: "post", search: true, labelWidth: w, span: s, }, { label: "身份证", prop: "cardid", labelWidth: w, span: s, }, { label: "联系电话", prop: "cell", labelWidth: w, span: s, } // , { // label: "持股比例(%)", // prop: "shareholdingratio", // labelWidth: w, // span: s, // } ]