var DIC = [ { label: '招聘中', value: 1, }, { label: '停止招聘', value: 2, } ] export var column = [ // { // label: "id", // prop: "id", // hide: true, // editDisplay: false, // addDisplay: false // }, { label: "统一社会信用代码", prop: "creditcode", width: 140 // hide: true, // editDisplay: false, // addDisplay: false }, // { // label: "保安id", // prop: "tenantId", // hide: true, // editDisplay: false, // addDisplay: false // },//上面不显示 // { // label: "部门", // prop: "departmentid", // // type: "tree", // disabled: true, // dicData: [], // labelWidth: w, // span: s, // props: { // label: "title", // }, // rules: [ // { // required: true, // message: "请选择所属部门", // trigger: "click", // }, // ], // }, { label: "企业名称", prop: "enterprisename", search: true, width: 130, }, { label: "企业类型", prop: "stats", labelWidth: w, span: s }, { label: "法定代表人", prop: "representative", width: 80, search: true, searchSpan: 5, searchLabelWidth: 100 }, // { // label: "登记状态", // prop: "regstsat", // // addDisplay: true, // // editDisplay: true, // // viewDisplay: true, // // searchSpan: 5, // // dicUrl: "/api/blade-system/dict-biz/dictionary?code=educationType", // // props: { // // label: "dictValue", // // value: "dictKey" // // }, // // search: true, // // type: "select", // // // rules: [{ // // // required: true, // // // message: "请选择学历", // // // trigger: "blur" // // // }], // }, { label: "成立日期", prop: "establishtime", width: 130, overHidden: true, // addDisplay: true, // editDisplay: true, // viewDisplay: true, // searchSpan: 4, // dicUrl: "/api/blade-system/dict-biz/dictionary?code=experienceType", // props: { // label: "dictValue", // value: "dictKey" // }, // search: true, // type: "select", // // rules: [{ // // required: true, // // message: "请选择工作经验", // // trigger: "blur" // // }], }, { label: "注册资本(万元人民币)", prop: "registeredcapital", // search: true, width: 110, // overHidden: true }, { label: "实缴资本(万元人民币)", prop: "capital", width: 85, // search: true, // searchSpan: 4, // overHidden: true }, { label: "组织机构代码", prop: "organizationcode", width: 110, // search: true, // searchSpan: 4, }, { label: "工商注册号", prop: "registrationnumber", // search: true, // searchSpan: 4, }, { label: "纳税人识别号", prop: "identificationnumber", // addDisplay: true, // editDisplay: true, // viewDisplay: true, // searchSpan: 4, // dicUrl: "/api/blade-system/dict-biz/dictionary?code=unitsNatureType", // props: { // label: "dictValue", // value: "dictKey" // }, // // search: true, // type: "select", // // rules: [{ // // required: false, // // message: "请选择单位规模", // // trigger: "blur" // // }], }, { label: "企业类型", prop: "enterprises", width: 130, // addDisplay: true, // editDisplay: true, // viewDisplay: true, // searchSpan: 4, // dicUrl: "/api/blade-system/dict-biz/dictionary?code=unitsScaleType", // props: { // label: "dictValue", // value: "dictKey" // }, // // search: true, // type: "select", // // rules: [{ // // required: true, // // message: "请选择单位规模", // // trigger: "blur" // // }], }, { label: "注册地址", prop: "address", // search: true, }, { label: "经营范围", prop: "business", // search: true, width: 110, overHidden: true }, { label: "所属地区", prop: "region", width: 110, // search: true, overHidden: true }, { label: "登记机关", prop: "registration", // search: true, // width: 88, overHidden: true, }, { label: "所属行业", prop: "industry", // search: true, // width: 88, }, // { // label: "租户ID", // // prop: "status", // // search: true, // // searchSpan: 4, // prop: 'tenant_id', // // filter: false, // // type: 'tree', // // dicData: DIC, // // rules: [{ // // required: true, // // message: "请选择单位规模", // // trigger: "blur" // // }], // }, ] var w = 160 , s = 12; export var column0 = [ { label: "", labelWidth: 20, type: 'title', prop: "title0", span: 24, styles: { fontSize: '24px' } }, { label: "统一社会信用代码", prop: "creditcode", labelWidth: w, span: s, rules: [{ required: true, message: "请输入社会信用代码", trigger: "blur" }] }, // { // label: "部门", // prop: "departmentid", // // type: "tree", // disabled: true, // dicData: [], // labelWidth: w, // span: s, // props: { // label: "title", // }, // rules: [ // { // required: true, // message: "请选择所属部门", // trigger: "click", // }, // ], // }, { label: "企业名称", prop: "enterprisename", labelWidth: w, span: s }, { label: "法定代表人", prop: "representative", labelWidth: w, span: s }, { label: "企业类型", prop: "stats", labelWidth: w, span: s }, { label: "成立日期", prop: "establishtime", labelWidth: w, span: s }, { label: "注册资本(万元人民币)", prop: "registeredcapital", labelWidth: w, span: s }, { label: "实缴资本(万元人民币)", prop: "capital", labelWidth: w, span: s }, { label: "组织机构代码", prop: "organizationcode", labelWidth: w, span: s }, { label: "工商注册号", prop: "registrationnumber", labelWidth: w, span: s }, { label: "纳税人识别号", prop: "identificationnumber", labelWidth: w, span: s }, { label: "企业类型", prop: "enterprises", labelWidth: w, span: s }, { label: "注册地址", prop: "address", labelWidth: w, span: s }, { label: "经营范围", prop: "business", labelWidth: w, span: s }, { label: "所属地区", prop: "region", labelWidth: w, span: s }, { label: "登记机关", prop: "registration", labelWidth: w, span: s, // overHidden: true, }, { label: "所属行业", prop: "industry", labelWidth: w, span: s } ] export var column1 = [ { label: "", labelWidth: 20, type: 'title', prop: "title1", span: 24, styles: { fontSize: '24px' } }, { label: "统一社会信用代码", prop: "creditcode", disabled: true, labelWidth: w, span: s }, { label: "部门", prop: "departmentid", // type: "tree", disabled: true, dicData: [], labelWidth: w, span: s, props: { label: "title", }, rules: [ { required: true, message: "请选择所属部门", trigger: "click", }, ], }, { label: "股东", prop: "shareholder", labelWidth: w, span: s }, { label: "持股比例(%)", prop: "shareholdingratio", labelWidth: w, span: s }, // { // label: "最终受益股份", // prop: "beneficial", // labelWidth: w, // span: s // }, { 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 }, ] export var column2 = [ { label: "", labelWidth: 20, type: 'title', prop: "title2", span: 24, styles: { fontSize: '24px' } }, { label: "统一社会信用代码", prop: "creditcode", disabled: true, labelWidth: w, span: s }, { label: "部门", prop: "departmentid", // type: "tree", disabled: true, dicData: [], labelWidth: w, span: s, props: { label: "title", }, rules: [ { required: true, message: "请选择所属部门", trigger: "click", }, ], }, { label: "姓名", prop: "name", labelWidth: w, span: s }, { label: "职务", prop: "post", 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 } ]