更新
This commit is contained in:
parent
edd86b5b81
commit
314dfd7032
@ -100,7 +100,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="primary" size="small" @click="getList(1)">搜索</el-button>
|
||||
<el-button size="small" @click="searchReset()">重置</el-button>
|
||||
<el-button size="small" @click="searchReset()">重置</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</div>
|
||||
@ -190,6 +190,7 @@
|
||||
<div class="item" v-if="transferData.financial_type == 1"><label class="name">开户银行:</label>{{ transferData.financial_account.bank }}</div>
|
||||
<div class="item" v-if="transferData.financial_type == 1"><label class="name">银行账号:</label>{{ transferData.financial_account.bank_code }}</div>
|
||||
<div class="item" v-if="transferData.financial_type == 1"><label class="name">开户户名:</label>{{ transferData.financial_account.name }}</div>
|
||||
<div class="item" v-if="transferData.financial_type == 1"><label class="name">开户网点:</label>{{ transferData.financial_account.bank_branch }}</div>
|
||||
<div class="item" v-if="transferData.financial_type != 1"><label class="name">真实姓名:</label>{{ transferData.financial_account.name }}</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -452,7 +453,7 @@ export default {
|
||||
if (lebData.export.length) {
|
||||
data = data.concat(lebData.export)
|
||||
excelData.page++
|
||||
}
|
||||
}
|
||||
}
|
||||
createWorkBook(lebData.header, lebData.title, data, lebData.foot,lebData.filename);
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user