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