diff options
Diffstat (limited to 'lib/vendor-investigation')
| -rw-r--r-- | lib/vendor-investigation/table/investigation-table.tsx | 4 | ||||
| -rw-r--r-- | lib/vendor-investigation/table/update-investigation-sheet.tsx | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/vendor-investigation/table/investigation-table.tsx b/lib/vendor-investigation/table/investigation-table.tsx index fcd2d0be..b7663629 100644 --- a/lib/vendor-investigation/table/investigation-table.tsx +++ b/lib/vendor-investigation/table/investigation-table.tsx @@ -127,9 +127,9 @@ export function VendorsInvestigationTable({ promises }: VendorsTableProps) { }, // 주요 날짜 필터 - { id: "forecastedAt", label: "실사 예정일", type: "date" }, + { id: "forecastedAt", label: "실사 수행 예정일", type: "date" }, { id: "requestedAt", label: "실사 의뢰일", type: "date" }, - { id: "confirmedAt", label: "실사 확정일", type: "date" }, + { id: "confirmedAt", label: "실사 계획 확정일", type: "date" }, { id: "completedAt", label: "실제 실사일", type: "date" }, // 메모 필터 diff --git a/lib/vendor-investigation/table/update-investigation-sheet.tsx b/lib/vendor-investigation/table/update-investigation-sheet.tsx index 37d1b2cd..9f7c8994 100644 --- a/lib/vendor-investigation/table/update-investigation-sheet.tsx +++ b/lib/vendor-investigation/table/update-investigation-sheet.tsx @@ -627,13 +627,13 @@ export function UpdateVendorInvestigationSheet({ )} /> - {/* 실사 예정일 */} + {/* 실사 수행 예정일 */} <FormField control={form.control} name="forecastedAt" render={({ field }) => ( <FormItem className="flex flex-col"> - <FormLabel>실사 예정일</FormLabel> + <FormLabel>실사 수행 예정일</FormLabel> <Popover> <PopoverTrigger asChild> <FormControl> @@ -670,7 +670,7 @@ export function UpdateVendorInvestigationSheet({ name="confirmedAt" render={({ field }) => ( <FormItem className="flex flex-col"> - <FormLabel>실사 확정일</FormLabel> + <FormLabel>실사 계획 확정일</FormLabel> <Popover> <PopoverTrigger asChild> <FormControl> |
