From 52faee83ccc64a558f7aa34c197c500d1651c074 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 07 Jul 2021 10:55:04 +0800
Subject: [PATCH] 字典
---
src/views/recruitmentManagement/data.js | 46 +++++++++++++++++++++++-----------------------
1 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/src/views/recruitmentManagement/data.js b/src/views/recruitmentManagement/data.js
index 53b7a65..433c9da 100644
--- a/src/views/recruitmentManagement/data.js
+++ b/src/views/recruitmentManagement/data.js
@@ -76,12 +76,12 @@
},
{
label: "学历要求",
- prop: 'education',
- filter: false,
- type: 'tree',
- search: true,
- searchSpan: 5,
- dicData: educationS
+ // prop: 'education',
+ // filter: false,
+ // type: 'tree',
+ // search: true,
+ // searchSpan: 5,
+ // dicData: educationS
// prop: "education",
// // search: true,
// // searchSpan: 4,
@@ -89,23 +89,23 @@
// label: 'educationType',
// value: 1
// }
- // prop: "education",
- // addDisplay: true,
- // editDisplay: true,
- // viewDisplay: true,
- // searchSpan: 3,
- // dicUrl: "/api/blade-system/dict-biz/dictionary?code=education",
- // props: {
- // label: "dictValue",
- // value: "dictKey"
- // },
- // search: true,
- // type: "select",
- // rules: [{
- // required: true,
- // message: "请选择学历",
- // trigger: "blur"
- // }],
+ prop: "education",
+ 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: "工作经验",
--
Gitblit v1.9.3