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"