修改文档库的中英文切换

This commit is contained in:
qq787203167
2022-03-01 14:24:34 +08:00
parent 40c13f8731
commit e214d98d16
12 changed files with 59 additions and 32 deletions
@@ -9,11 +9,11 @@
<a-input class="box-input" :value="value" @input="indexclick($event)"
:placeholder="$t('PleaseEnterOrSelect')+query.db_field_txt"/>
<a-button type="primary" class="button-box" @click="standardClick">
标准选择
{{this.$t('standardSelection')}}
</a-button>
</div>
<a-drawer
:title="'标准选择'"
:title="$t('standardSelection')"
:maskClosable="false"
:width="1000"
placement="right"
@@ -61,7 +61,7 @@
export default {
name: 'index',
components:{
components: {
currencySearch
},
props: ['query', 'value', 'replace_standard_id'],