From a9c350b960e399aaad03d2ff852f20ad0a2ef18f Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Wed, 4 Dec 2024 18:00:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 + src/components/TitleTip/index.vue | 35 +++ .../user/lessor/rent-termination/index.vue | 147 ++++++--- src/views/user/sourcingNeed/index.vue | 285 +++++++++++++++--- 4 files changed, 391 insertions(+), 77 deletions(-) create mode 100644 src/components/TitleTip/index.vue diff --git a/components.d.ts b/components.d.ts index f818db3..db94f87 100644 --- a/components.d.ts +++ b/components.d.ts @@ -58,6 +58,7 @@ declare module 'vue' { RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] TableComponent: typeof import('./src/components/TableComponent/index.vue')['default'] + TitleTip: typeof import('./src/components/TitleTip/index.vue')['default'] UploadComponent: typeof import('./src/components/uploadComponent/index.vue')['default'] UploadComponentNew: typeof import('./src/components/uploadComponentNew/index.vue')['default'] UploadImg: typeof import('./src/components/uploadImg.vue')['default'] diff --git a/src/components/TitleTip/index.vue b/src/components/TitleTip/index.vue new file mode 100644 index 0000000..b90bbea --- /dev/null +++ b/src/components/TitleTip/index.vue @@ -0,0 +1,35 @@ + + + + diff --git a/src/views/user/lessor/rent-termination/index.vue b/src/views/user/lessor/rent-termination/index.vue index 51779e9..13ab2f9 100644 --- a/src/views/user/lessor/rent-termination/index.vue +++ b/src/views/user/lessor/rent-termination/index.vue @@ -506,13 +506,107 @@ div - +