diff --git a/src/assets/images/empty.png b/src/assets/images/empty.png new file mode 100644 index 0000000..da2661d Binary files /dev/null and b/src/assets/images/empty.png differ diff --git a/src/ui/empty/index.vue b/src/ui/empty/index.vue new file mode 100644 index 0000000..2154953 --- /dev/null +++ b/src/ui/empty/index.vue @@ -0,0 +1,25 @@ + + + + + diff --git a/src/ui/index.ts b/src/ui/index.ts index 0dfc35c..3ba6ac5 100644 --- a/src/ui/index.ts +++ b/src/ui/index.ts @@ -36,5 +36,6 @@ declare module "vue" { UiTag: typeof import("./tag/index.vue")["default"]; UiTextareaLabel: typeof import("./textarea-label/index.vue")["default"]; UiBackButton: typeof import("./back-button/index.vue")["default"]; + UiEmpty: typeof import("./empty/index.vue")["default"]; } } diff --git a/src/views/riwa/components/rwa.vue b/src/views/riwa/components/rwa.vue index 6e9eb29..a15df35 100644 --- a/src/views/riwa/components/rwa.vue +++ b/src/views/riwa/components/rwa.vue @@ -22,34 +22,39 @@ function handleClick(item: RwaData) {
RWA产品
-
-
-
- -
-
- {{ item.product.name }}/{{ item.product.code }} + +