Compare commits
4 Commits
d13ae03355
...
982adc3f4b
Author | SHA1 | Date | |
---|---|---|---|
|
982adc3f4b | ||
|
efc9ffea12 | ||
|
d66aa108d8 | ||
|
165f960d14 |
2
components.d.ts
vendored
2
components.d.ts
vendored
@ -30,8 +30,6 @@ declare module 'vue' {
|
|||||||
LoginMessage: typeof import('./src/components/talk/message/LoginMessage.vue')['default']
|
LoginMessage: typeof import('./src/components/talk/message/LoginMessage.vue')['default']
|
||||||
Message: typeof import('./src/components/x-message/message/index.vue')['default']
|
Message: typeof import('./src/components/x-message/message/index.vue')['default']
|
||||||
MixedMessage: typeof import('./src/components/talk/message/MixedMessage.vue')['default']
|
MixedMessage: typeof import('./src/components/talk/message/MixedMessage.vue')['default']
|
||||||
NButton: typeof import('naive-ui')['NButton']
|
|
||||||
NIcon: typeof import('naive-ui')['NIcon']
|
|
||||||
PageAnimation: typeof import('./src/components/page-animation/index.vue')['default']
|
PageAnimation: typeof import('./src/components/page-animation/index.vue')['default']
|
||||||
RevokeMessage: typeof import('./src/components/talk/message/RevokeMessage.vue')['default']
|
RevokeMessage: typeof import('./src/components/talk/message/RevokeMessage.vue')['default']
|
||||||
RouterLink: typeof import('vue-router')['RouterLink']
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||||||
|
@ -332,7 +332,7 @@ const confirmBtnStatus = computed(() => {
|
|||||||
}
|
}
|
||||||
switch (groupActiveIndex.value) {
|
switch (groupActiveIndex.value) {
|
||||||
case 0:
|
case 0:
|
||||||
if(allChooseMembers?.value?.length < 3) {
|
if(allChooseMembers?.value?.length < 2) {
|
||||||
disabledT = true
|
disabledT = true
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
@ -345,7 +345,7 @@ const confirmBtnStatus = computed(() => {
|
|||||||
}
|
}
|
||||||
break
|
break
|
||||||
case 2:
|
case 2:
|
||||||
if(allChooseMembers?.value?.length < 3) {
|
if(allChooseMembers?.value?.length < 2) {
|
||||||
disabledT = true
|
disabledT = true
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user