소스 검색

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"