111
This commit is contained in:
@@ -272,29 +272,11 @@ export default {
|
|||||||
props: {
|
props: {
|
||||||
label: "title",
|
label: "title",
|
||||||
},
|
},
|
||||||
hide: true,
|
|
||||||
checkStrictly: true,
|
checkStrictly: true,
|
||||||
span: 24,
|
span: 24,
|
||||||
search: true,
|
search: true,
|
||||||
change: this.deptChange
|
change: this.deptChange
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "机构名称",
|
|
||||||
prop: "companyName",
|
|
||||||
// search: true,
|
|
||||||
// span: 24,
|
|
||||||
// rules: [
|
|
||||||
// {
|
|
||||||
// required: true,
|
|
||||||
// whitespace: true,
|
|
||||||
// message: "请输入街道名称",
|
|
||||||
// trigger: "blur",
|
|
||||||
// },
|
|
||||||
// ],
|
|
||||||
// slot: true,
|
|
||||||
addDisplay: false,
|
|
||||||
// hide: true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "姓名",
|
label: "姓名",
|
||||||
prop: "name",
|
prop: "name",
|
||||||
@@ -313,18 +295,21 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "姓别",
|
label: "姓别",
|
||||||
prop: "AAC004",
|
prop: "aac004",
|
||||||
// search: true,
|
type: 'select',
|
||||||
span: 24,
|
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC004",
|
||||||
|
props: {
|
||||||
|
label: "dictValue",
|
||||||
|
value: "dictValue",
|
||||||
|
},
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
whitespace: true,
|
|
||||||
message: "请输入性别",
|
message: "请输入性别",
|
||||||
trigger: "blur",
|
trigger: "blur",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
slot: true
|
span: 24,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "身份证",
|
label: "身份证",
|
||||||
@@ -359,6 +344,10 @@ export default {
|
|||||||
label: "dictValue",
|
label: "dictValue",
|
||||||
value: "dictValue",
|
value: "dictValue",
|
||||||
},
|
},
|
||||||
|
props: {
|
||||||
|
label: "dictValue",
|
||||||
|
value: "dictKey",
|
||||||
|
},
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
@@ -422,24 +411,6 @@ export default {
|
|||||||
{required: true, message: "请输入经办时间", trigger: "blur"},
|
{required: true, message: "请输入经办时间", trigger: "blur"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "用户类型",
|
|
||||||
prop: "userId",
|
|
||||||
type: "select",
|
|
||||||
dicData: [
|
|
||||||
{
|
|
||||||
value: "0",
|
|
||||||
label: "未注册用户",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "1",
|
|
||||||
label: "已注册用户",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
display: false,
|
|
||||||
hide: true,
|
|
||||||
// search: true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "分组",
|
label: "分组",
|
||||||
prop: "groupId",
|
prop: "groupId",
|
||||||
@@ -474,12 +445,6 @@ export default {
|
|||||||
formslot: true,
|
formslot: true,
|
||||||
span: 24,
|
span: 24,
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// label: "简历",
|
|
||||||
// prop: "resume",
|
|
||||||
// slot: true,
|
|
||||||
// display: false
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
label: "备注",
|
label: "备注",
|
||||||
prop: "remarks",
|
prop: "remarks",
|
||||||
|
|||||||
@@ -274,29 +274,11 @@ export default {
|
|||||||
props: {
|
props: {
|
||||||
label: "title",
|
label: "title",
|
||||||
},
|
},
|
||||||
hide: true,
|
|
||||||
checkStrictly: true,
|
checkStrictly: true,
|
||||||
span: 24,
|
span: 24,
|
||||||
search: true,
|
search: true,
|
||||||
change: this.deptChange
|
change: this.deptChange
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "机构名称",
|
|
||||||
prop: "companyName",
|
|
||||||
// search: true,
|
|
||||||
// span: 24,
|
|
||||||
// rules: [
|
|
||||||
// {
|
|
||||||
// required: true,
|
|
||||||
// whitespace: true,
|
|
||||||
// message: "请输入街道名称",
|
|
||||||
// trigger: "blur",
|
|
||||||
// },
|
|
||||||
// ],
|
|
||||||
// slot: true,
|
|
||||||
addDisplay: false,
|
|
||||||
// hide: true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "姓名",
|
label: "姓名",
|
||||||
prop: "name",
|
prop: "name",
|
||||||
@@ -316,17 +298,20 @@ export default {
|
|||||||
{
|
{
|
||||||
label: "姓别",
|
label: "姓别",
|
||||||
prop: "aac004",
|
prop: "aac004",
|
||||||
// search: true,
|
type: 'select',
|
||||||
span: 24,
|
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC004",
|
||||||
|
props: {
|
||||||
|
label: "dictValue",
|
||||||
|
value: "dictValue",
|
||||||
|
},
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
whitespace: true,
|
|
||||||
message: "请输入性别",
|
message: "请输入性别",
|
||||||
trigger: "blur",
|
trigger: "blur",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
slot: true
|
span: 24,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "身份证",
|
label: "身份证",
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ module.exports = {
|
|||||||
port: 1888,
|
port: 1888,
|
||||||
proxy: {
|
proxy: {
|
||||||
"/api": {
|
"/api": {
|
||||||
target: 'http://192.168.1.105:8000',
|
target: 'http://localhost:8000',
|
||||||
ws: true,
|
ws: true,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|||||||
Reference in New Issue
Block a user