@@ -57,6 +57,8 @@ const canAdd = shallowRef(false)
const iconName = (type: number) => {
switch (type) {
+ case 2:
+ return 'info-o'
case 4:
return 'close'
case 3: