mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
v1.9 修复发票抬头选择bug
This commit is contained in:
parent
34ac519278
commit
0c2dc4f9dc
@ -2,10 +2,7 @@
|
||||
<el-dialog :title="$t('searchOwnerInvoice.title')" :visible.sync="visible" width="80%" @close="handleClose">
|
||||
<div>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="9">
|
||||
<el-input v-model="searchForm.roomName" :placeholder="$t('searchOwnerInvoice.placeholderRoom')" clearable
|
||||
@keyup.enter.native="handleSearch" />
|
||||
</el-col>
|
||||
|
||||
<el-col :span="9">
|
||||
<el-input v-model="searchForm.ownerNameLike" :placeholder="$t('searchOwnerInvoice.placeholderOwner')" clearable
|
||||
@keyup.enter.native="handleSearch" />
|
||||
|
||||
@ -96,7 +96,7 @@ export const messages = {
|
||||
noDepositSelected: '未选择账户预存'
|
||||
},
|
||||
searchOwnerInvoice: {
|
||||
title: '选择业主',
|
||||
title: '选择发票抬头',
|
||||
ownerName: '业主名称',
|
||||
invoiceType: '发票类型',
|
||||
invoiceTitle: '发票名头',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user