From 660fc0b7390cb49f607afb2aa13107a1cbf3b378 Mon Sep 17 00:00:00 2001 From: chaiyapeng <3535863041@qq.com> Date: Sun, 1 Sep 2024 10:53:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E4=B9=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/port/port/employee.vue | 40 +++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/src/views/port/port/employee.vue b/src/views/port/port/employee.vue index a6897fd..24660f1 100644 --- a/src/views/port/port/employee.vue +++ b/src/views/port/port/employee.vue @@ -5,7 +5,7 @@

{{connector.connectorName}}

- 购买 + 购买
产品图片:

@@ -143,6 +143,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -235,12 +266,14 @@ export default { news:"", reason:"", }, + buyForm:{}, // IP查询归属地 dialogFormVisible:false, dialogFormVisible1:false, dialogFormVisible2:false, dialogFormVisible3:false, dialogFormVisible4:false, + dialogFormVisible5:false, dialogTableVisible:false, }; }, @@ -257,6 +290,11 @@ export default { watch: {}, //方法集合", methods: { + //购买 + buy(connector){ + this.buyForm=connector; + this.dialogFormVisible5=true; + }, // 气象预警 testWeather(){