标准库 - 高级检索 - 多选字段没有对齐

This commit is contained in:
yanyizhou
2021-12-22 19:41:10 +08:00
parent 4bf9f0b8e8
commit 5be20e2fba
2 changed files with 8 additions and 0 deletions
@@ -1680,6 +1680,7 @@
<template>
<custom-select-array
:key="applyArcticOptions.options"
style="margin-left: -14px"
:config="applyArcticOptions"
v-model="sarStandardsSearch['applyArctic']"
></custom-select-array>
@@ -1697,6 +1698,7 @@
<template>
<custom-select-array
:key="syrzOptions.options"
style="margin-left: -14px"
:config="syrzOptions"
v-model="advanceSearchMapping['SYRZ']"
></custom-select-array>
@@ -1771,6 +1773,7 @@
<custom-select-array
:key="nylxOptions.options"
:config="nylxOptions"
style="margin-left: -14px"
v-model="advanceSearchMapping['NYLX']"
></custom-select-array>
</template>
@@ -1788,6 +1791,7 @@
<custom-select-array
:key="sycpxOptions.options"
:config="sycpxOptions"
style="margin-left: -14px"
v-model="advanceSearchMapping['SYCPX']"
></custom-select-array>
</template>
@@ -619,6 +619,7 @@
<custom-select-array
:key="applyArcticOptions.options"
:config="applyArcticOptions"
style="margin-left: -14px"
v-model="sarStandardsSearch['applyArctic']"
></custom-select-array>
</template>
@@ -636,6 +637,7 @@
<custom-select-array
:key="sycpxOptions.options"
:config="sycpxOptions"
style="margin-left: -14px"
v-model="advanceSearchMapping['SYCPX']"
></custom-select-array>
</template>
@@ -705,6 +707,7 @@
<custom-select-array
:key="nylxOptions.options"
:config="nylxOptions"
style="margin-left: -14px"
v-model="advanceSearchMapping['NYLX']"
></custom-select-array>
</template>
@@ -721,6 +724,7 @@
<custom-select-array
:key="syrzOptions.options"
:config="syrzOptions"
style="margin-left: -14px"
v-model="advanceSearchMapping['SYRZ']"
></custom-select-array>
</template>