ソースを参照

using salaryPoint as id

tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi 1年前
コミット
e799a70938
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      src/components/EditStaff/EditStaff.tsx

+ 2
- 1
src/components/EditStaff/EditStaff.tsx ファイルの表示

@@ -216,12 +216,13 @@ const EditStaff: React.FC = async () => {
required: true,
};
case "salary":
// console.log("salary", data[key])
return {
id: `salaryId`,
label: t(`Salary Point`),
type: "combo-Obj",
options: salaryCombo,
value: data[key]?.id ?? "",
value: data[key]?.salaryPoint ?? "",
required: true,
};
// case "hourlyRate":


読み込み中…
キャンセル
保存