Conversation
Minkyu0424
reviewed
Feb 5, 2025
| title="부서" | ||
| :value="params.department" | ||
| @update:value="value => (params.department = value)" /> | ||
| :value="String(params.departmentName)" |
Contributor
There was a problem hiding this comment.
여기선 오늘 이야기했던 부서 정보가 쓰이는건가요?
Contributor
Author
There was a problem hiding this comment.
현재 input을 통해 부서명으로 검색하고 있는데 일단은 잘 작동하고 있기 때문에,
현재 작업 일정에서는 우선적으로 드롭다운으로 변경하지는 않을 것 같습니다.
이후 시간이 된다면 드롭다운으로 교체해볼까 합니다
Minkyu0424
reviewed
Feb 5, 2025
| { value: 'user', content: '사용자' }, | ||
| { value: 'manager', content: '담당자' }, | ||
| { value: 'admin', content: '관리자' } | ||
| { value: 'ROLE_USER', content: '사용자' }, |
Minkyu0424
reviewed
Feb 5, 2025
| export type SortDirection = 'DESC' | 'ASC' | ||
|
|
||
| export type Role = 'USER' | 'MANAGER' | 'ADMIN' | ||
| export type Role = 'ROLE_USER' | 'ROLE_MANAGER' | 'ROLE_ADMIN' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣연관된 티켓 넘버
📝작업 내용
🏞️스크린샷 (선택)