| | |
| | | // ] |
| | | |
| | | export var column = [//派遣服务公司登记 |
| | | // { |
| | | // label: "id", |
| | | // prop: "id", |
| | | // hide: true, |
| | | // editDisplay: false, |
| | | // addDisplay: false |
| | | // }, |
| | | // { |
| | | // label: "保安单位", |
| | | // prop: "tenantName", |
| | | // hide: true, |
| | | // editDisplay: false, |
| | | // addDisplay: false |
| | | // }, |
| | | // { |
| | | // label: "保安id", |
| | | // prop: "tenantId", |
| | | // hide: true, |
| | | // editDisplay: false, |
| | | // addDisplay: false |
| | | // },//上面不显示 |
| | | { |
| | | label: "派遣单位名称", |
| | | prop: "name", |
| | | search: true, |
| | | searchLabelWidth: 110, |
| | | searchSpan: 4, |
| | | // span: 12, |
| | | labelWidth: 110, |
| | | }, |
| | | { |
| | | label: "保安公司", |
| | | prop: "tenantId", |
| | | type: "tree", |
| | | search: true, |
| | | dicUrl: "/api/blade-system/tenant/select", |
| | | props: { |
| | | label: "tenantName", |
| | | value: "tenantId" |
| | | }, |
| | | prop: "tenantName", |
| | | // type: "tree", |
| | | // dicUrl: "/api/blade-system/dept/security_lazy-tree?parentId=0", |
| | | // props: { |
| | | // label: "title", |
| | | // value: "id" |
| | | // }, |
| | | // hide: !website.tenantMode, |
| | | // addDisplay: website.tenantMode, |
| | | // editDisplay: website.tenantMode, |
| | | // viewDisplay: website.tenantMode, |
| | | rules: [{ |
| | | required: true, |
| | | message: "请输入所属保安单位", |
| | | trigger: "click" |
| | | }], |
| | | // rules: [{ |
| | | // required: true, |
| | | // message: "请输入所属保安单位", |
| | | // trigger: "click" |
| | | // }], |
| | | labelWidth: 110, |
| | | width: 200, |
| | | editDisplay: false, |
| | | addDisplay: false, |
| | | // hide: true, |
| | | // span: 11, |
| | | }, |
| | | { |
| | | label: " 联系人", |
| | | prop: "linkman", |
| | | labelWidth: 110, |
| | | // 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: "联系电话", |
| | |
| | | // addDisplay: true, |
| | | // editDisplay: true, |
| | | // viewDisplay: true, |
| | | // searchSpan: 5, |
| | | // searchSpan: 4, |
| | | // dicUrl: "/api/blade-system/dict-biz/dictionary?code=experienceType", |
| | | // props: { |
| | | // label: "dictValue", |
| | |
| | | // // trigger: "blur" |
| | | // // }], |
| | | }, |
| | | // { |
| | | // label: "行政区", |
| | | // prop: "addresss", |
| | | // labelWidth: 110, |
| | | // search: true, |
| | | // // width: 110, |
| | | // // overHidden: true |
| | | // }, |
| | | { |
| | | label: "所属辖区", |
| | | prop: "jurisdiction", |
| | | // multiple: true, |
| | | labelWidth: 110, |
| | | type: "tree", |
| | | dicUrl: "/api/jurisdiction/lazy-tree?parentId=0", |
| | | props: { |
| | | label: "title", |
| | | value: "id", |
| | | }, |
| | | checkStrictly: true, |
| | | slot: true, |
| | | rules: [ |
| | | { |
| | | required: true, |
| | | message: "请选择所属行政区", |
| | | trigger: "click", |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | label: "详细地址", |
| | | prop: "address", |
| | |
| | | label: "创建时间", |
| | | prop: "createTime", |
| | | labelWidth: 110, |
| | | type: "date", |
| | | format: "yyyy-MM-dd hh:mm:ss", |
| | | valueFormat: "timestamp", |
| | | // search: true, |
| | | // searchSpan: 4, |
| | | // overHidden: true |
| | |
| | | }, { |
| | | label: "派遣时间", |
| | | prop: "dispatchertime", |
| | | type: "date", |
| | | format: "yyyy-MM-dd hh:mm:ss", |
| | | valueFormat: "timestamp", |
| | | // search: true, |
| | | // searchSpan: 4, |
| | | // overHidden: true |
| | |
| | | }, |
| | | |
| | | |
| | | ] |
| | | |
| | | export var data = [ |
| | | { |
| | | "tenant_id": "xx保安公司", "name": "xx职务", |
| | | "number": "10", |
| | | "education": "大专以上", |
| | | "experience": "2年", |
| | | "max_salary": "8k", |
| | | "units_scale": "200人+", |
| | | "linkman": "XX", |
| | | "phone": "xxxxxxxxxx", |
| | | "address": "环城路地一大道30号口下", |
| | | "start_time": "7月8日", |
| | | "end_time": "7月31日", |
| | | "status": "2" |
| | | }, |
| | | { |
| | | "tenant_id": "xx保安公司", "name": "xx职务", |
| | | "number": "10", |
| | | "education": "大专以上", |
| | | "experience": "2年", |
| | | "max_salary": "8k", |
| | | "units_scale": "200人+", |
| | | "linkman": "XX", |
| | | "phone": "xxxxxxxxxx", |
| | | "address": "环城路地一大道30号口下", |
| | | "start_time": "7月8日", |
| | | "end_time": "7月31日", |
| | | "status": "2" |
| | | }, |
| | | { |
| | | "tenant_id": "xx保安公司", "name": "xx职务", |
| | | "number": "10", |
| | | "education": "大专以上", |
| | | "experience": "2年", |
| | | "max_salary": "8k", |
| | | "units_scale": "200人+", |
| | | "linkman": "XX", |
| | | "phone": "xxxxxxxxxx", |
| | | "address": "环城路地一大道30号口下", |
| | | "start_time": "7月8日", |
| | | "end_time": "7月31日", |
| | | "status": "2" |
| | | }, |
| | | { |
| | | "tenant_id": "xx保安公司", "name": "xx职务", |
| | | "number": "10", |
| | | "education": "大专以上", |
| | | "experience": "3年", |
| | | "max_salary": "8k", |
| | | "units_scale": "200人+", |
| | | "linkman": "XX", |
| | | "phone": "xxxxxxxxxx", |
| | | "address": "环城路地一大道30号口下", |
| | | "start_time": "7月8日", |
| | | "end_time": "7月31日", |
| | | "status": "2" |
| | | }, |
| | | { |
| | | "tenant_id": "xx保安公司", "name": "xx职务", |
| | | "number": "10", |
| | | "education": "大专以上", |
| | | "experience": "5年", |
| | | "max_salary": "8k", |
| | | "units_scale": "200人+", |
| | | "linkman": "XX", |
| | | "phone": "xxxxxxxxxx", |
| | | "address": "环城路地一大道30号口下", |
| | | "start_time": "7月8日", |
| | | "end_time": "7月31日", |
| | | "status": "2" |
| | | }, |
| | | { |
| | | "tenant_id": "xx保安公司", "name": "xx职务", |
| | | "number": "10", |
| | | "education": "大专以上", |
| | | "experience": "2年", |
| | | "max_salary": "8k", |
| | | "units_scale": "200人+", |
| | | "linkman": "XX", |
| | | "phone": "xxxxxxxxxx", |
| | | "address": "环城路地一大道30号口下", |
| | | "start_time": "7月8日", |
| | | "end_time": "7月31日", |
| | | "status": "2" |
| | | }, |
| | | { |
| | | "tenant_id": "xx保安公司", "name": "xx职务", |
| | | "number": "10", |
| | | "education": "大专以上", |
| | | "experience": "2年", |
| | | "max_salary": "8k", |
| | | "units_scale": "200人+", |
| | | "linkman": "XX", |
| | | "phone": "xxxxxxxxxx", |
| | | "address": "环城路地一大道30号口下", |
| | | "start_time": "7月8日", |
| | | "end_time": "7月31日", |
| | | "status": "2" |
| | | }, |
| | | { |
| | | "tenant_id": "xx保安公司", "name": "xx职务", |
| | | "number": "10", |
| | | "education": "大专以上", |
| | | "experience": "2年", |
| | | "max_salary": "8k", |
| | | "units_scale": "200人+", |
| | | "linkman": "XX", |
| | | "phone": "xxxxxxxxxx", |
| | | "address": "环城路地一大道30号口下", |
| | | "start_time": "7月8日", |
| | | "end_time": "7月31日", |
| | | "status": "2" |
| | | }, |
| | | { |
| | | "tenant_id": "xx保安公司", "name": "xx职务", |
| | | "number": "10", |
| | | "education": "大专以上", |
| | | "experience": "2年", |
| | | "max_salary": "8k", |
| | | "units_scale": "200人+", |
| | | "linkman": "XX", |
| | | "phone": "xxxxxxxxxx", |
| | | "address": "环城路地一大道30号口下", |
| | | "start_time": "7月8日", |
| | | "end_time": "7月31日", |
| | | "status": "2" |
| | | }, |
| | | { |
| | | "tenant_id": "xx保安公司", "name": "xx职务", |
| | | "number": "10", |
| | | "education": "大专以上", |
| | | "experience": "2年", |
| | | "max_salary": "8k", |
| | | "units_scale": "200人+", |
| | | "linkman": "XX", |
| | | "phone": "xxxxxxxxxx", |
| | | "address": "环城路地一大道30号口下", |
| | | "start_time": "7月8日", |
| | | "end_time": "7月31日", |
| | | "status": "2" |
| | | } |
| | | ] |