feat(WIP): processing 임관

- 구 css 코드 남은것 해결
This commit is contained in:
2021-12-21 23:19:07 +09:00
parent c628f9237f
commit f1e79699a4
9 changed files with 232 additions and 145 deletions
+8 -1
View File
@@ -28,7 +28,14 @@
</span>
</template>
<template v-slot:singleLabel="props">
{{ props.option.simpleName }}
<span
:style="{
color: props.option.notAvailable ? 'red' : undefined,
}"
>
{{ props.option.simpleName }}
{{ props.option.notAvailable ? "(불가)" : undefined }}</span
>
</template>
</v-multiselect>
</template>