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
+6 -2
View File
@@ -23,11 +23,15 @@
}"
>
{{ props.option.title }}
<span v-if="props.option.info">({{ props.option.info }})</span></span
<span v-if="props.option.info">({{ props.option.info }})</span> {{ props.option.notAvailable ? "(불가)" : undefined }}</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>