no message
parent
744a6501c5
commit
08c9dc09b9
|
|
@ -233,7 +233,7 @@ function View(props) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "创建单位",
|
label: "创建单位",
|
||||||
children: info.createName,
|
children: info.tenantName,
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// label: "选取形式",
|
// label: "选取形式",
|
||||||
|
|
|
||||||
|
|
@ -133,9 +133,9 @@ function List(props) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "人员类型",
|
title: "人员类型",
|
||||||
dataIndex: "employmentFlag",
|
dataIndex: "flowFlag",
|
||||||
render: (_, record) => (
|
render: (_, record) => (
|
||||||
<div>{record.employmentFlag === 0 ? "非流动人员" : record.employmentFlag === 1 ? "流动人员" : ""}</div>
|
<div>{record.flowFlag === 0 ? "非流动人员" : record.flowFlag === 1 ? "流动人员" : ""}</div>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@ function List(props) {
|
||||||
form={form}
|
form={form}
|
||||||
options={[
|
options={[
|
||||||
{
|
{
|
||||||
name: "likecorpName",
|
name: "likeCorpName",
|
||||||
label: "分公司名称",
|
label: "分公司名称",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ function View(props) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "部门级别",
|
title: "部门级别",
|
||||||
dataIndex: "name",
|
dataIndex: "levelName",
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
@ -153,8 +153,8 @@ function AddModalComponent(props) {
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
label: "备注",
|
label: "岗位职责",
|
||||||
children: info.remarks,
|
children: info.departmentFunction,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "排序",
|
label: "排序",
|
||||||
|
|
|
||||||
|
|
@ -233,7 +233,7 @@ function View(props) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "创建单位",
|
label: "创建单位",
|
||||||
children: info.createName,
|
children: info.tenantName,
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// label: "选取形式",
|
// label: "选取形式",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue