标准入库 - 第1,4步 - 多选字段没有对齐

This commit is contained in:
yanyizhou
2021-12-23 16:52:23 +08:00
parent 231090a4cd
commit c9b6c39cf7
2 changed files with 8 additions and 0 deletions
@@ -520,6 +520,7 @@
<!--适用车型-->
<template>
<custom-select-array
style="margin-left: -12px"
:key="applyArcticOptions.options"
:config="applyArcticOptions"
v-model="form['cllx']"
@@ -528,6 +529,7 @@
<!--能源类型-->
<template>
<custom-select-array
style="margin-left: -12px"
:key="categoryOptions.options"
:config="categoryOptions"
v-model="form['nylx']"
@@ -643,6 +645,7 @@
<template>
<custom-select-array
:key="sycpxOptions.options"
style="margin-left: -12px"
:config="sycpxOptions"
v-model="form['sycpx']"
></custom-select-array>
@@ -662,6 +665,7 @@
<template>
<custom-select-array
:key="applyAuthOptions.options"
style="margin-left: -12px;"
:config="applyAuthOptions"
v-model="form['syrz']"
></custom-select-array>
@@ -726,6 +726,7 @@
<!--适用车型-->
<template>
<custom-select-array
style="margin-left: -12px"
:key="applyArcticOptions.options"
:config="applyArcticOptions"
v-model="form['cllx']"
@@ -734,6 +735,7 @@
<!--能源类型-->
<template>
<custom-select-array
style="margin-left: -12px"
:key="categoryOptions.options"
:config="categoryOptions"
v-model="form['nylx']"
@@ -844,6 +846,7 @@
<template>
<custom-select-array
:key="sycpxOptions.options"
style="margin-left: -12px"
:config="sycpxOptions"
v-model="form['sycpx']"
></custom-select-array>
@@ -863,6 +866,7 @@
<template>
<custom-select-array
:key="applyAuthOptions.options"
style="margin-left: -12px"
:config="applyAuthOptions"
v-model="form['syrz']"
></custom-select-array>