|
|
@@ -12,17 +12,17 @@
|
|
|
}">
|
|
|
<div slot="custom" style="display:flex">
|
|
|
<label class="search__label " style="margin: auto;width: 70px;">账户类型:</label>
|
|
|
- <el-select class="inline-16" @change="selectChange" v-model="selectParam.accountname" placeholder="请选择账户类型" size="small" clearable>
|
|
|
+ <el-select style="margin-right: 24px !important;" class="inline-16" @change="selectChange" v-model="selectParam.accountname" placeholder="请选择账户类型" size="small" clearable>
|
|
|
<el-option v-for="(item,index) in accountNameList" :key="index" :value="item.accountname" :label="item.accountname"></el-option>
|
|
|
</el-select>
|
|
|
<label class="search__label " style="margin: auto;width: 35px;">状态:</label>
|
|
|
- <el-select class="inline-16" @change="selectChange" v-model="selectParam.status" placeholder="请选择状态" size="small" clearable>
|
|
|
+ <el-select style="margin-right: 24px !important;" class="inline-16" @change="selectChange" v-model="selectParam.status" placeholder="请选择状态" size="small" clearable>
|
|
|
<el-option :key="1" :value="0" label="新建"></el-option>
|
|
|
<el-option :key="2" :value="1" label="审核"></el-option>
|
|
|
</el-select>
|
|
|
<label class="search__label" style="margin: auto;width: 65px;">单据日期:</label>
|
|
|
<el-date-picker
|
|
|
- style="margin-right: 10px !important;"
|
|
|
+ style="margin-right: 24px !important;"
|
|
|
size="small"
|
|
|
@change="selectChange"
|
|
|
value-format="yyyy-MM-dd"
|