liuhj пре 8 месеци
родитељ
комит
46a17b8996
1 измењених фајлова са 6 додато и 5 уклоњено
  1. 6 5
      src/components/OP/SuppliesInventory.vue

+ 6 - 5
src/components/OP/SuppliesInventory.vue

@@ -6,10 +6,11 @@
                     <label style="margin-left: 0px;">关联团组:</label>
                     <el-select multiple collapse-tags filterable style="width: 300px;" size="small" v-model="groupID" placeholder="请选择">
                         <el-option
-                          v-for="item in groupNameData"
-                          :key="item.id"
-                          :label="item.groupName"
-                          :value="item.id">
+                            :style="item.id==0?'color:#67c23a;':''"
+                            v-for="item in groupNameData"
+                            :key="item.id"
+                            :label="item.groupName"
+                            :value="item.id">
                         </el-option>
                     </el-select>
                 </div>
@@ -910,7 +911,7 @@ export default {
                     that.groupNameData.unshift(
                         {
                             id:0,
-                            groupName:"其他物资"
+                            groupName:"其他物资(公司内部物资)"
                         }
                     )
                     // that.MaterialType=that.MaterialTypearr[0].id;