ysy hace 1 año
padre
commit
6ed438b338
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/produce/components/feeding/components/deviceBom.vue

+ 1 - 1
src/views/produce/components/feeding/components/deviceBom.vue

@@ -72,7 +72,7 @@
         </div>
 
         <div class="tag_box" v-if="clientEnvironmentId == 2">
-          <el-link style="color: #157a2c" @click="handleStorage(index)"
+          <el-link style="color: #157a2c" @click="handleStorage(index)" :style="Object.prototype.hasOwnProperty.call(item.extInfo, 'positionList') && item.extInfo.positionList.length > 0 ? 'color: #E6A23C' : 'color: #157A2C'"
             >货位</el-link
           >
         </div>