From 02349238af964e19a46da93e20466a48d755a453 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 02 九月 2024 17:38:04 +0800 Subject: [PATCH] 正在实现设备管理模块 --- src/components/map/MapScene.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components/map/MapScene.vue b/src/components/map/MapScene.vue index b230c8c..163b5a3 100644 --- a/src/components/map/MapScene.vue +++ b/src/components/map/MapScene.vue @@ -7,6 +7,7 @@ class="el-button-custom p-events-auto" > 鍦烘櫙鏍囨敞 + <el-icon class="el-icon--right"><arrow-down /></el-icon> </el-button> </template> <OptionLocation v-model="districtCode"></OptionLocation> @@ -28,6 +29,7 @@ v-for="item in options" :key="item.label" :value="item.value" + :disabled="item.disabled" >{{ item.label }}</el-checkbox > </div> -- Gitblit v1.9.3