Commit f4e7ca04 authored by 沈良进's avatar 沈良进

save

parent 18d29d06
......@@ -100,7 +100,7 @@
}
</style>
<template>
<div class="flexOne">
<div class="flexOne domesticScenic">
<div class="empBankAccountTableLayer" v-show="outerVisible">
<p>
{{ dialogTitle }}
......@@ -245,10 +245,10 @@
</table>
</div>
</div>
<div class="query-box">
<div style="display: flex; background: #fff">
<div style="padding: 10px">
客户类型:
<div class="query-box" style="border-bottom: none;">
<ul>
<li>
<span><em>客户类型</em>
<el-select
filterable
v-model="msg.Type"
......@@ -263,9 +263,10 @@
>
</el-option>
</el-select>
</div>
<div style="padding: 10px">
账户分类:
</span>
</li>
<li>
<span style="margin-left: 80px"><em>账户分类</em>
<el-select
v-model="msg.AccountClassify"
:placeholder="$t('pub.pleaseSel')"
......@@ -284,16 +285,16 @@
></el-option>
<el-option label="微信支付宝" value="4" key="4"></el-option>
</el-select>
</div>
<div style="padding: 10px;display: flex">
<div style="flex-shrink: 0; margin: 5px 5px 0 0">关键字:</div>
</span>
</li>
<li>
<span><em>关键字</em>
<el-input
type="text"
v-model="msg.KeyWord"
></el-input>
</div>
</div>
<ul>
</span>
</li>
<li>
<input
type="button"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment