标准入库 - 第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> <template>
<custom-select-array <custom-select-array
style="margin-left: -12px"
:key="applyArcticOptions.options" :key="applyArcticOptions.options"
:config="applyArcticOptions" :config="applyArcticOptions"
v-model="form['cllx']" v-model="form['cllx']"
@@ -528,6 +529,7 @@
<!--能源类型--> <!--能源类型-->
<template> <template>
<custom-select-array <custom-select-array
style="margin-left: -12px"
:key="categoryOptions.options" :key="categoryOptions.options"
:config="categoryOptions" :config="categoryOptions"
v-model="form['nylx']" v-model="form['nylx']"
@@ -643,6 +645,7 @@
<template> <template>
<custom-select-array <custom-select-array
:key="sycpxOptions.options" :key="sycpxOptions.options"
style="margin-left: -12px"
:config="sycpxOptions" :config="sycpxOptions"
v-model="form['sycpx']" v-model="form['sycpx']"
></custom-select-array> ></custom-select-array>
@@ -662,6 +665,7 @@
<template> <template>
<custom-select-array <custom-select-array
:key="applyAuthOptions.options" :key="applyAuthOptions.options"
style="margin-left: -12px;"
:config="applyAuthOptions" :config="applyAuthOptions"
v-model="form['syrz']" v-model="form['syrz']"
></custom-select-array> ></custom-select-array>
@@ -726,6 +726,7 @@
<!--适用车型--> <!--适用车型-->
<template> <template>
<custom-select-array <custom-select-array
style="margin-left: -12px"
:key="applyArcticOptions.options" :key="applyArcticOptions.options"
:config="applyArcticOptions" :config="applyArcticOptions"
v-model="form['cllx']" v-model="form['cllx']"
@@ -734,6 +735,7 @@
<!--能源类型--> <!--能源类型-->
<template> <template>
<custom-select-array <custom-select-array
style="margin-left: -12px"
:key="categoryOptions.options" :key="categoryOptions.options"
:config="categoryOptions" :config="categoryOptions"
v-model="form['nylx']" v-model="form['nylx']"
@@ -844,6 +846,7 @@
<template> <template>
<custom-select-array <custom-select-array
:key="sycpxOptions.options" :key="sycpxOptions.options"
style="margin-left: -12px"
:config="sycpxOptions" :config="sycpxOptions"
v-model="form['sycpx']" v-model="form['sycpx']"
></custom-select-array> ></custom-select-array>
@@ -863,6 +866,7 @@
<template> <template>
<custom-select-array <custom-select-array
:key="applyAuthOptions.options" :key="applyAuthOptions.options"
style="margin-left: -12px"
:config="applyAuthOptions" :config="applyAuthOptions"
v-model="form['syrz']" v-model="form['syrz']"
></custom-select-array> ></custom-select-array>