Procházet zdrojové kódy

商业不浮动原因使用code

祁鹏飞 před 2 měsíci
rodič
revize
267c173ff1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/components/ruleConditionContainer/index.vue

+ 1 - 1
src/components/ruleConditionContainer/index.vue

@@ -78,7 +78,7 @@
                 </el-checkbox>
               </template>
               <el-option v-for="dictLabalitem in item.dictLabal" :key="dictLabalitem.id" :label="dictLabalitem.name"
-                :value="item.attrName == '车辆类型' ? dictLabalitem.code : dictLabalitem.name" />
+                :value="['车辆类型','商业不浮动原因'].includes(item.attrName) ? dictLabalitem.code : dictLabalitem.name" />
             </el-select>
           </template>
           <template v-if="item.attrType == 'inputTag'">