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

save

parent 18d29d06
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
} }
</style> </style>
<template> <template>
<div class="flexOne"> <div class="flexOne domesticScenic">
<div class="empBankAccountTableLayer" v-show="outerVisible"> <div class="empBankAccountTableLayer" v-show="outerVisible">
<p> <p>
{{ dialogTitle }} {{ dialogTitle }}
...@@ -245,10 +245,10 @@ ...@@ -245,10 +245,10 @@
</table> </table>
</div> </div>
</div> </div>
<div class="query-box"> <div class="query-box" style="border-bottom: none;">
<div style="display: flex; background: #fff"> <ul>
<div style="padding: 10px"> <li>
客户类型: <span><em>客户类型</em>
<el-select <el-select
filterable filterable
v-model="msg.Type" v-model="msg.Type"
...@@ -263,9 +263,10 @@ ...@@ -263,9 +263,10 @@
> >
</el-option> </el-option>
</el-select> </el-select>
</div> </span>
<div style="padding: 10px"> </li>
账户分类: <li>
<span style="margin-left: 80px"><em>账户分类</em>
<el-select <el-select
v-model="msg.AccountClassify" v-model="msg.AccountClassify"
:placeholder="$t('pub.pleaseSel')" :placeholder="$t('pub.pleaseSel')"
...@@ -284,16 +285,16 @@ ...@@ -284,16 +285,16 @@
></el-option> ></el-option>
<el-option label="微信支付宝" value="4" key="4"></el-option> <el-option label="微信支付宝" value="4" key="4"></el-option>
</el-select> </el-select>
</div> </span>
<div style="padding: 10px;display: flex"> </li>
<div style="flex-shrink: 0; margin: 5px 5px 0 0">关键字:</div> <li>
<span><em>关键字</em>
<el-input <el-input
type="text" type="text"
v-model="msg.KeyWord" v-model="msg.KeyWord"
></el-input> ></el-input>
</div> </span>
</div> </li>
<ul>
<li> <li>
<input <input
type="button" 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