export var companyColimn = [ { label: "社会信用代码证号", prop: "creditcode", width: 140, hide: true, search: true, labelWidth: 160, searchSpan: 4, searchLabelWidth: 130 // hide: true, // editDisplay: false, // addDisplay: false }, { label: "单位名称", prop: "enterprisename", search: true, width: 260, searchSpan: 4, labelWidth: 160, // width: 130, overHidden: true }, { label: "企业类型", prop: "stats", type: "tree", hide: true, labelWidth: 160, dicUrl: "/api/blade-system/dict-biz/dictionary?code=stats", props: { label: "dictValue", value: "dictKey" }, width: 130, rules: [ { required: true, message: "请选择企业类型", trigger: "click", }, ], }, { label: "法人姓名", labelWidth: 160, prop: "representative", width: 110, search: true, searchSpan: 4, searchLabelWidth: 100 }, { label: "法定代表人电话", labelWidth: 160, prop: "representativecell", width: 120, search: true, searchSpan: 4, searchLabelWidth: 120 }, { label: "保安人数", labelWidth: 160, prop: "znum", width: 73, // search: true, searchSpan: 4, searchLabelWidth: 100 }, { label: "派遣人数", labelWidth: 160, prop: "pnum", width: 73, // search: true, searchSpan: 4, searchLabelWidth: 100 }, { label: "持证人数", labelWidth: 160, prop: "cnum", width: 73, // search: true, searchSpan: 4, searchLabelWidth: 100 }, { label: "注册时间", prop: "establishtime", labelWidth: 160, width: 130, overHidden: true, type: "date", format: "yyyy-MM-dd", valueFormat: "timestamp", }, { label: "注册资本", prop: "registeredcapital", hide: true, labelWidth: 160, // search: true, width: 80, }, { label: "联系人", prop: "contacts", labelWidth: 160, width: 85, }, { label: "联系电话", prop: "contactscell", labelWidth: 160, width: 95, // search: true, }, { label: "注册地址", prop: "address", labelWidth: 160, search: true, searchSpan: 4, hide: true, }, { label: "经营范围", prop: "business", // search: true, labelWidth: 160, hide: true, // width: 110, overHidden: true }, { label: "所属辖区", // prop: "region", labelWidth: 160, // width: 110, prop: "jurisdiction", type: "tree", dicUrl: "/api/jurisdiction/lazy-tree", props: { label: "title", value: "id", }, // search: true, overHidden: true }, { label: "登记机关", prop: "registration", // search: true, labelWidth: 160, // width: 88, overHidden: true, hide: true, }, { label: "所属行业", prop: "industry", labelWidth: 160, hide: true, // search: true, // width: 88, }, ] export var punishColimn = [ { label: "公司名称", prop: "enterprisename", span: 24, labelWidth: 110, disabled: true, rules: [ { required: true, message: "请输入公司名称", trigger: "blur", }, ], }, { label: "处罚情况", prop: "punishreason", span: 24, search: false, labelWidth: 110, rules: [ { required: true, message: "请输入处罚情况", trigger: "blur", }, ], }, { label: "处罚结果", prop: "punishresult", span: 24, search: false, // type: "textarea", labelWidth: 110, }, { label: "处罚日期", prop: "punishtime", span: 24, search: false, type: "date", format: "yyyy-MM-dd", valueFormat: "yyyy-MM-dd", // type: "textarea", labelWidth: 110, }, { label: "处罚单位", prop: "penalty", span: 24, // type: "textarea", labelWidth: 110, }, { label: "处罚批准文号", prop: "punisnum", span: 24, // type: "textarea", labelWidth: 110, } // { // label: "授予单位名称", // prop: "sex2", // span: 24, // labelWidth: 110, // }, ]