1.修改三期优化点

This commit is contained in:
sunFlower
2022-09-21 16:19:42 +08:00
parent 04aceb518b
commit 3672382881
3 changed files with 9 additions and 0 deletions
@@ -10,11 +10,14 @@
</div> </div>
<a-select :placeholder="$t('PleaseSelect')+$t('applicableMarket')" <a-select :placeholder="$t('PleaseSelect')+$t('applicableMarket')"
:disabled="false" :disabled="false"
show-search
optionFilterProp="label"
style="z-index: 100" style="z-index: 100"
:getPopupContainer="triggerNode=> triggerNode.parentNode" :getPopupContainer="triggerNode=> triggerNode.parentNode"
v-model="queryParam.applyMarket"> v-model="queryParam.applyMarket">
<a-select-option v-for="(item, key) in applyMarketList" <a-select-option v-for="(item, key) in applyMarketList"
:key="key" :key="key"
:label="item.title"
:value="item.value"> :value="item.value">
<span style="display: inline-block;width: 100%" :title=" item.title "> <span style="display: inline-block;width: 100%" :title=" item.title ">
{{ item.title}} {{ item.title}}
@@ -20,12 +20,15 @@
<span>{{$t('applicableMarket')}}</span> <span>{{$t('applicableMarket')}}</span>
</div> </div>
<a-select class="box-input" <a-select class="box-input"
show-search
optionFilterProp="label"
:getPopupContainer="triggerNode=> triggerNode.parentNode" :getPopupContainer="triggerNode=> triggerNode.parentNode"
:placeholder="$t('PleaseSelect')+$t('applicableMarket')" :placeholder="$t('PleaseSelect')+$t('applicableMarket')"
style="width: 100%;" style="width: 100%;"
v-model="queryParam.applyMarket"> v-model="queryParam.applyMarket">
<a-select-option v-for="(item, key) in applyMarketList" <a-select-option v-for="(item, key) in applyMarketList"
:key="key" :key="key"
:label="item.title"
:value="item.value"> :value="item.value">
<span style="display: inline-block;width: 100%" :title=" item.title "> <span style="display: inline-block;width: 100%" :title=" item.title ">
{{ item.title}} {{ item.title}}
@@ -20,10 +20,13 @@
</div> </div>
<a-form-model-item class="itemModel" prop="applyMarket"> <a-form-model-item class="itemModel" prop="applyMarket">
<a-select :placeholder="$t('PleaseSelect')+$t('applicableMarket')" <a-select :placeholder="$t('PleaseSelect')+$t('applicableMarket')"
show-search
optionFilterProp="label"
:disabled="false" :disabled="false"
v-model="formInline.applyMarket"> v-model="formInline.applyMarket">
<a-select-option v-for="(item, key) in applyMarketList" <a-select-option v-for="(item, key) in applyMarketList"
:key="key" :key="key"
:label="item.title"
:value="item.value"> :value="item.value">
<span style="display: inline-block;width: 100%" :title=" item.title "> <span style="display: inline-block;width: 100%" :title=" item.title ">
{{ item.title}} {{ item.title}}