From 9907560470c1a6821f4998453bb885cd9fee3445 Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期日, 29 九月 2024 08:56:49 +0800 Subject: [PATCH] 预测数据分析 --- src/views/data/channel/kio/tag/index.vue | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/src/views/data/channel/kio/tag/index.vue b/src/views/data/channel/kio/tag/index.vue index 32d489a..990c389 100644 --- a/src/views/data/channel/kio/tag/index.vue +++ b/src/views/data/channel/kio/tag/index.vue @@ -24,15 +24,6 @@ class="!w-240px" /> </el-form-item> - <el-form-item label="地址" prop="address"> - <el-input - v-model="queryParams.address" - placeholder="请输入Modbus地址" - clearable - @keyup.enter="handleQuery" - class="!w-240px" - /> - </el-form-item> <el-form-item> <el-button @click="handleQuery"> <Icon icon="ep:search" class="mr-5px" /> -- Gitblit v1.9.3