From 718c7be6668cf591c41a7aeab080018d3eff8c2e Mon Sep 17 00:00:00 2001 From: tangyi <275503107@qq.com> Date: Thu, 31 Mar 2022 10:38:37 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/dataQuery/client.vue | 62 +++++++++-- pages/dataQuery/details.vue | 91 +++++++++------- pages/dataQuery/projectQuery.vue | 168 ++++++++++++++++-------------- pages/dataQuery/queryFunction.vue | 9 +- 4 files changed, 196 insertions(+), 134 deletions(-) diff --git a/pages/dataQuery/client.vue b/pages/dataQuery/client.vue index b7ff8e7..2fdd1f7 100644 --- a/pages/dataQuery/client.vue +++ b/pages/dataQuery/client.vue @@ -3,22 +3,20 @@ - + - 湖南争鸣光电科技有限公司 - 编号:KH20220304-002 - - 弱电安防 - 弱电安防 - 弱电安防 + {{item.name}} + 编号:{{item.code}} + + {{key}} - 13 + {{item.num}} - 湖南省长沙市高新开发区谷园路109号像素大厦1205 + {{item.address}} @@ -39,11 +37,53 @@ dataList:[ { name:'湖南争鸣光电科技有限公司', - code:"KH20220304-002" - } + code:"KH20220304-002", + icon:["弱电安防","弱电安防","弱电安防"], + num:"12", + address:"湖南省长沙市高新开发区谷园路109号像素大厦1205" + }, + { + name:'湖南争鸣光电科技有限公司', + code:"KH20220304-002", + icon:["弱电安防","弱电安防","弱电安防"], + num:"11", + address:"湖南省长沙市高新开发区谷园路109号像素大厦1205" + }, + { + name:'湖南争鸣光电科技有限公司', + code:"KH20220304-002", + icon:["弱电安防","弱电安防","弱电安防"], + num:"12", + address:"湖南省长沙市高新开发区谷园路109号像素大厦1205" + }, + { + name:'湖南争鸣光电科技有限公司', + code:"KH20220304-002", + icon:["弱电安防","弱电安防","弱电安防"], + num:"14", + address:"湖南省长沙市高新开发区谷园路109号像素大厦1205" + }, + { + name:'湖南争鸣光电科技有限公司', + code:"KH20220304-002", + icon:["弱电安防","弱电安防","弱电安防"], + num:"15", + address:"湖南省长沙市高新开发区谷园路109号像素大厦1205" + }, + { + name:'湖南争鸣光电科技有限公司', + code:"KH20220304-002", + icon:["弱电安防","弱电安防","弱电安防"], + num:"16", + address:"湖南省长沙市高新开发区谷园路109号像素大厦1205" + }, ], } }, + onLoad(option) { + console.log(option) + console.log( option.key_word,"--------") + }, methods: { // 前往客户详情 goDetail(index){ diff --git a/pages/dataQuery/details.vue b/pages/dataQuery/details.vue index 15aba7e..a7fe196 100644 --- a/pages/dataQuery/details.vue +++ b/pages/dataQuery/details.vue @@ -1,23 +1,23 @@