浏览代码

zhihuizhonx

Shannon_mu 3 年之前
父节点
当前提交
38d2c69145
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      commandCenter/src/views/commandDispatch/pop/dottingEquipment.vue

+ 1 - 1
commandCenter/src/views/commandDispatch/pop/dottingEquipment.vue

@@ -8,7 +8,7 @@
         <el-form-item label="设备" prop="deviceId">
             <el-select v-model="formData.deviceId" placeholder="请选择设备">
                 <el-option
-                    :label="item.name"
+                    :label="`${item.name} (${item.address})`"
                     :value="{ value: item.id, name: item.name }"
                     v-for="(item, index) in typeArr"
                     :key="index"