feat(WIP): ReservedCommand 선택창을 vue-multiselect로 변경
- vue-select는 취소
This commit is contained in:
+2
-1
@@ -475,7 +475,8 @@ function getCommandTable(General $general){
|
||||
if (!$commandObj->canDisplay()) {
|
||||
continue;
|
||||
}
|
||||
$subList[Util::getClassNameFromObj($commandObj)] = [
|
||||
$subList[] = [
|
||||
'value'=>Util::getClassNameFromObj($commandObj),
|
||||
'compansation'=>$commandObj->getCompensationStyle(),
|
||||
'possible'=>$commandObj->hasMinConditionMet(),
|
||||
'title'=>$commandObj->getCommandDetailTitle(),
|
||||
|
||||
Reference in New Issue
Block a user