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