diff --git a/web/src/components/pages/sendWays/SendWays.vue b/web/src/components/pages/sendWays/SendWays.vue index 06b3fe8..810ac6e 100644 --- a/web/src/components/pages/sendWays/SendWays.vue +++ b/web/src/components/pages/sendWays/SendWays.vue @@ -5,7 +5,7 @@ import { Button } from '@/components/ui/button' import { Badge } from '@/components/ui/badge' import { Input } from '@/components/ui/input' import { Select, SelectContent, SelectGroup, SelectItem, SelectTrigger, SelectValue } from '@/components/ui/select' -import { Drawer, DrawerContent, DrawerHeader, DrawerTitle, DrawerTrigger } from '@/components/ui/drawer' +import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogTrigger } from '@/components/ui/dialog' import { Sheet, SheetContent, SheetHeader, SheetTitle } from '@/components/ui/sheet' import EmptyTableState from '@/components/ui/EmptyTableState.vue' import Pagination from '@/components/ui/Pagination.vue' @@ -180,30 +180,30 @@ onMounted(async () => { - +
- - + + - + - - - 新增发信渠道 - + + + 新增发信渠道 + -
+
- - + +
@@ -255,18 +255,18 @@ onMounted(async () => { - - - - - 编辑发信渠道 - + + + + + 编辑发信渠道 + -
+
- - + +
@@ -276,7 +276,8 @@ onMounted(async () => {
-
{{ selectedConfig }}
+
{{ selectedConfig }}
diff --git a/web/src/components/pages/sendWays/WaysForm.vue b/web/src/components/pages/sendWays/WaysForm.vue index 002210e..c99df78 100644 --- a/web/src/components/pages/sendWays/WaysForm.vue +++ b/web/src/components/pages/sendWays/WaysForm.vue @@ -1,12 +1,12 @@