From ac161faa9b5972f1c463c8f123b7d39c1909d68d Mon Sep 17 00:00:00 2001 From: 18650502300 <18650502300@163.com> Date: Fri, 28 Mar 2025 15:34:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E5=88=B8=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Business/App/AppInput.vue | 83 ++++++++++++++++++++++++ src/views/index.vue | 8 ++- 2 files changed, 88 insertions(+), 3 deletions(-) create mode 100644 src/components/Business/App/AppInput.vue diff --git a/src/components/Business/App/AppInput.vue b/src/components/Business/App/AppInput.vue new file mode 100644 index 0000000..1e6b3f0 --- /dev/null +++ b/src/components/Business/App/AppInput.vue @@ -0,0 +1,83 @@ + + + + + \ No newline at end of file diff --git a/src/views/index.vue b/src/views/index.vue index 0e18dbf..b953362 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -62,7 +62,7 @@ {{ item.title }}
- {{ item.count }} + {{ item.count }}
@@ -286,13 +286,15 @@ export default { icon: 'el-icon-s-shop', title: '合作意向', count: 0, - color: '#409EFF' + color: '#409EFF', + path: '/intention/intention' }, { icon: 'el-icon-money', title: '提现申请', count: 0, - color: '#67C23A' + color: '#67C23A', + path: '/money/withdraw' } ], // 日期选择器配置