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(){