diff --git a/components.d.ts b/components.d.ts index e1e28bd..f0b59a7 100644 --- a/components.d.ts +++ b/components.d.ts @@ -10,8 +10,19 @@ declare module 'vue' { ElButton: typeof import('element-plus/es')['ElButton'] ElCarousel: typeof import('element-plus/es')['ElCarousel'] ElCarouselItem: typeof import('element-plus/es')['ElCarouselItem'] - ElIcon: typeof import('element-plus/es')['ElIcon'] + ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider'] + ElDialog: typeof import('element-plus/es')['ElDialog'] + ElForm: typeof import('element-plus/es')['ElForm'] + ElFormItem: typeof import('element-plus/es')['ElFormItem'] + ElInput: typeof import('element-plus/es')['ElInput'] + ElMenu: typeof import('element-plus/es')['ElMenu'] + ElMenuItem: typeof import('element-plus/es')['ElMenuItem'] + ElOption: typeof import('element-plus/es')['ElOption'] ElPagination: typeof import('element-plus/es')['ElPagination'] + ElRadio: typeof import('element-plus/es')['ElRadio'] + ElSelect: typeof import('element-plus/es')['ElSelect'] + ElTable: typeof import('element-plus/es')['ElTable'] + ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] ElTag: typeof import('element-plus/es')['ElTag'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] diff --git a/src/App.vue b/src/App.vue index 941007f..15a4901 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,276 +1,7 @@ - - + - - + diff --git a/src/compontents/PagingComponent/index.vue b/src/compontents/PagingComponent/index.vue index f93b8c7..71faf37 100644 --- a/src/compontents/PagingComponent/index.vue +++ b/src/compontents/PagingComponent/index.vue @@ -1,16 +1,44 @@ - + diff --git a/src/views/Index.vue b/src/views/Index.vue index 877d71e..26f2c0d 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -1,7 +1,5 @@ - - + - - - \ No newline at end of file + diff --git a/src/views/Login.vue b/src/views/Login.vue new file mode 100644 index 0000000..7786ebb --- /dev/null +++ b/src/views/Login.vue @@ -0,0 +1,12 @@ + + + + + diff --git a/src/views/collect/index.vue b/src/views/collect/index.vue new file mode 100644 index 0000000..73d2393 --- /dev/null +++ b/src/views/collect/index.vue @@ -0,0 +1,197 @@ + + + + + diff --git a/src/views/consultationDetails/index.vue b/src/views/consultationDetails/index.vue new file mode 100644 index 0000000..9c2ef6f --- /dev/null +++ b/src/views/consultationDetails/index.vue @@ -0,0 +1,14 @@ + + + + + diff --git a/src/views/home/index.vue b/src/views/home/index.vue index ae3da78..2263651 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -168,6 +168,27 @@ const handlerGoodsDetails = () => { console.log('去往商品详情页') } + + const detailsList = ref([ + { + v_title: '实锤了,确实挖掘技术强!山东用挖掘机在海外市场“挖呀挖”', + v_content_info: + '天眼查数据显示,截至今年4月中旬,全国存天眼查数据显示,截至今年4月中旬,全国存天眼查数据显示,截至今年4月中旬,全国存', + v_time: '[2023/11/28]' + }, + { + v_title: '实锤了,确实挖掘技术强!山东用挖掘机在海外市场“挖呀挖”', + v_content_info: + '天眼查数据显示,截至今年4月中旬,全国存天眼查数据显示,截至今年4月中旬,全国存天眼查数据显示,截至今年4月中旬,全国存', + v_time: '[2023/11/28]' + }, + { + v_title: '实锤了,确实挖掘技术强!山东用挖掘机在海外市场“挖呀挖”', + v_content_info: + '天眼查数据显示,截至今年4月中旬,全国存天眼查数据显示,截至今年4月中旬,全国存天眼查数据显示,截至今年4月中旬,全国存', + v_time: '[2023/11/28]' + } + ]) \ No newline at end of file + .el-form { + margin: 15px 0; + } + diff --git a/src/views/user/orderManagement/index.vue b/src/views/user/orderManagement/index.vue index c01f535..31fd377 100644 --- a/src/views/user/orderManagement/index.vue +++ b/src/views/user/orderManagement/index.vue @@ -1,29 +1,37 @@ \ No newline at end of file + .el-form { + margin: 15px 0; + } + diff --git a/src/views/user/orderManagementCz/index.vue b/src/views/user/orderManagementCz/index.vue index 7aac420..886721a 100644 --- a/src/views/user/orderManagementCz/index.vue +++ b/src/views/user/orderManagementCz/index.vue @@ -1,29 +1,37 @@ + \ No newline at end of file + .el-form { + margin: 15px 0; + } + diff --git a/src/views/user/subAccount/index.vue b/src/views/user/subAccount/index.vue index fda53e3..a9643cb 100644 --- a/src/views/user/subAccount/index.vue +++ b/src/views/user/subAccount/index.vue @@ -1,29 +1,45 @@ + + + + + + + + + + + + \ No newline at end of file + .el-form { + margin: 15px 0; + } +