[update] 修改bug80248

This commit is contained in:
lideqin
2024-01-09 11:29:24 +08:00
parent 147a9dab8d
commit af7a0eccea
6 changed files with 7 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@
:placeholder="placeholder" :placeholder="placeholder"
:disabled="disabled" :disabled="disabled"
:value="getValueSting" :value="getValueSting"
v-bind="$attrs"
show-search show-search
:filter-option="filterOption" :filter-option="filterOption"
@change="handleInput" @change="handleInput"
@@ -22,6 +22,7 @@
<j-dict-select-tag <j-dict-select-tag
:placeholder="$t('pleaseSelect')+$t('workCenter.processCenter.processType')" :placeholder="$t('pleaseSelect')+$t('workCenter.processCenter.processType')"
dict-code="prc_type" dict-code="prc_type"
:dropdownMatchSelectWidth="false"
v-model="queryParam.prcType"> v-model="queryParam.prcType">
</j-dict-select-tag> </j-dict-select-tag>
</a-form-item> </a-form-item>
@@ -4,12 +4,13 @@
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
<a-form layout="inline" @keyup.enter.native="searchQuery"> <a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24"> <a-row :gutter="24">
<!-- 流程类型 todo:流程类型是字典还是什么后端还没确定 --> <!-- 流程类型 -->
<a-col :span="6"> <a-col :span="6">
<a-form-item :label="$t('workCenter.processCenter.processType')" :labelCol="labelCol" :wrapperCol="wrapperCol"> <a-form-item :label="$t('workCenter.processCenter.processType')" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag <j-dict-select-tag
:placeholder="$t('pleaseSelect')+$t('workCenter.processCenter.processType')" :placeholder="$t('pleaseSelect')+$t('workCenter.processCenter.processType')"
dict-code="prc_type" dict-code="prc_type"
:dropdownMatchSelectWidth="false"
v-model="queryParam.prcType"> v-model="queryParam.prcType">
</j-dict-select-tag> </j-dict-select-tag>
</a-form-item> </a-form-item>
@@ -22,6 +22,7 @@
<j-dict-select-tag <j-dict-select-tag
:placeholder="$t('pleaseSelect')+$t('workCenter.processCenter.processType')" :placeholder="$t('pleaseSelect')+$t('workCenter.processCenter.processType')"
dict-code="prc_type" dict-code="prc_type"
:dropdownMatchSelectWidth="false"
v-model="queryParam.prcType"> v-model="queryParam.prcType">
</j-dict-select-tag> </j-dict-select-tag>
</a-form-item> </a-form-item>
@@ -22,6 +22,7 @@
<j-dict-select-tag <j-dict-select-tag
:placeholder="$t('pleaseSelect')+$t('workCenter.processCenter.processType')" :placeholder="$t('pleaseSelect')+$t('workCenter.processCenter.processType')"
dict-code="prc_type" dict-code="prc_type"
:dropdownMatchSelectWidth="false"
v-model="queryParam.prcType"> v-model="queryParam.prcType">
</j-dict-select-tag> </j-dict-select-tag>
</a-form-item> </a-form-item>
@@ -22,6 +22,7 @@
<j-dict-select-tag <j-dict-select-tag
:placeholder="$t('pleaseSelect')+$t('workCenter.processCenter.processType')" :placeholder="$t('pleaseSelect')+$t('workCenter.processCenter.processType')"
dict-code="prc_type" dict-code="prc_type"
:dropdownMatchSelectWidth="false"
v-model="queryParam.prcType"> v-model="queryParam.prcType">
</j-dict-select-tag> </j-dict-select-tag>
</a-form-item> </a-form-item>