From 803a38742d1c7e432db233b390ba7da542df47b4 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 14 Jul 2021 14:22:40 +0800
Subject: [PATCH] 招聘管理 详情
---
src/views/dispatch/dispatchChildoperable.vue | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/src/views/dispatch/dispatchChildoperable.vue b/src/views/dispatch/dispatchChildoperable.vue
index 7ea0151..de91e6e 100644
--- a/src/views/dispatch/dispatchChildoperable.vue
+++ b/src/views/dispatch/dispatchChildoperable.vue
@@ -150,7 +150,7 @@
// menu: false,
searchSize: "mini",
searchMenuSpan: 8,
- height: 563,
+ height: 623,
cellBtn: false,
// addBtn: false,
// menuWidth: 160,
@@ -193,18 +193,25 @@
},
{
label: "派遣单位",
- prop: "id",
+ prop: "dispatcherCompany",
+ addDisplay: false,
+ editDisplay: false,
+ },
+ {
+ label: "派遣单位",
+ prop: "dispatcherUnitId",
labelWidth: 120,
searchLabelWidth: 120,
- dicUrl: "/api/page-tree",
+ dicUrl: "/api/dispatcherUnit/page-tree",
props: {
label: "name",
value: "id",
},
+ hide: true,
searchSpan: 4,
search: true,
overHidden: true,
- type: "select",
+ type: "tree",
rules: [
{
required: true,
@@ -233,6 +240,7 @@
label: "身份证",
prop: "cardid",
labelWidth: 120,
+ overHidden: true,
rules: [
{
required: true,
@@ -261,6 +269,7 @@
labelWidth: 120,
searchSpan: 4,
search: true,
+ overHidden: true,
rules: [
{
required: true,
@@ -277,6 +286,7 @@
format: "yyyy-MM-dd hh:mm:ss",
valueFormat: "yyyy-MM-dd hh:mm:ss",
labelWidth: 120,
+ overHidden: true,
rules: [
{
required: true,
--
Gitblit v1.9.3