|
@@ -78,7 +78,7 @@
|
|
|
</el-checkbox>
|
|
</el-checkbox>
|
|
|
</template>
|
|
</template>
|
|
|
<el-option v-for="dictLabalitem in item.dictLabal" :key="dictLabalitem.id" :label="dictLabalitem.name"
|
|
<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>
|
|
</el-select>
|
|
|
</template>
|
|
</template>
|
|
|
<template v-if="item.attrType == 'inputTag'">
|
|
<template v-if="item.attrType == 'inputTag'">
|