no message

master
853931625@qq.com 2026-01-15 09:28:58 +08:00
parent 744a6501c5
commit 08c9dc09b9
5 changed files with 8 additions and 8 deletions

View File

@ -233,7 +233,7 @@ function View(props) {
}, },
{ {
label: "创建单位", label: "创建单位",
children: info.createName, children: info.tenantName,
}, },
// { // {
// label: "选取形式", // label: "选取形式",

View File

@ -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>
), ),
}, },

View File

@ -74,7 +74,7 @@ function List(props) {
form={form} form={form}
options={[ options={[
{ {
name: "likecorpName", name: "likeCorpName",
label: "分公司名称", label: "分公司名称",
}, },
{ {

View File

@ -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: "排序",

View File

@ -233,7 +233,7 @@ function View(props) {
}, },
{ {
label: "创建单位", label: "创建单位",
children: info.createName, children: info.tenantName,
}, },
// { // {
// label: "选取形式", // label: "选取形式",