diff --git a/src/pages/performance/EvaGroupSetting/EditComfirm/components/CondLaddersTable.tsx b/src/pages/performance/EvaGroupSetting/EditComfirm/components/CondLaddersTable.tsx index d30bf47..e7e95a7 100755 --- a/src/pages/performance/EvaGroupSetting/EditComfirm/components/CondLaddersTable.tsx +++ b/src/pages/performance/EvaGroupSetting/EditComfirm/components/CondLaddersTable.tsx @@ -205,10 +205,11 @@ const LadderTable = ({ value, onChange, readOnly, visible, type, setladderVisibl render: (value: number) => (value && value !== 65536 ? value + "%" : ""), }, { - title: "标准分", + title: "绩效分折算比例", dataIndex: "scorePercent", width: "15%", editable: true, + render: (value: number) => value + "%", }, { title: "操作", diff --git a/src/pages/performance/KpiGroupSetting/EditComfirm/components/CondLaddersTable.tsx b/src/pages/performance/KpiGroupSetting/EditComfirm/components/CondLaddersTable.tsx index 33c5776..aa0f388 100755 --- a/src/pages/performance/KpiGroupSetting/EditComfirm/components/CondLaddersTable.tsx +++ b/src/pages/performance/KpiGroupSetting/EditComfirm/components/CondLaddersTable.tsx @@ -202,13 +202,14 @@ const LadderTable = ({ value, onChange, readOnly, visible, type, setladderVisibl dataIndex: "upper", width: "20%", editable: true, - render: (value: number) => ((value && value !== 65536) ? (value + "%") : ""), + render: (value: number) => (value && value !== 65536 ? value + "%" : ""), }, { - title: "标准分", + title: "绩效分折算比例", dataIndex: "scorePercent", width: "15%", editable: true, + render: (value: number) => value + "%", }, { title: "操作", diff --git a/src/pages/pms/storage/partShop/components/PartShopModal.tsx b/src/pages/pms/storage/partShop/components/PartShopModal.tsx index 7ed012d..56ef65b 100644 --- a/src/pages/pms/storage/partShop/components/PartShopModal.tsx +++ b/src/pages/pms/storage/partShop/components/PartShopModal.tsx @@ -29,7 +29,7 @@ export default function PartShopModal() { }); } }, [visible]); - + useEffect(() => { if (isadd) { setItem({}); @@ -119,7 +119,7 @@ export default function PartShopModal() { - + {!!fw && !isprice && !isadd && (