更新
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
end-placeholder="结束日期"/>
|
||||
<el-button type="primary" size="small" icon="el-icon-search" plain style="margin-left: 10px" @click="pageCurrent1=1;pageSize1=10;total1=0;searchTable1()">查询</el-button>
|
||||
<el-button type="warning" size="small" icon="el-icon-goods" plain style="" @click="requestFund">请款</el-button>
|
||||
<el-checkbox v-model="searchAll" style="margin-left: 50px">查询全部</el-checkbox>
|
||||
<!-- <el-checkbox v-model="searchAll" style="margin-left: 50px">查询全部</el-checkbox>-->
|
||||
<el-button type="success" size="small" icon="el-icon-download" plain style="float: right; margin-right: 20px;" @click="exportExcel">导出</el-button>
|
||||
</div>
|
||||
<!--<h3>请款表</h3>-->
|
||||
@@ -259,7 +259,7 @@ import { getNowTime, timeToStamp } from '@/utils/tool'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
searchAll: false,
|
||||
searchAll: true,
|
||||
selectContents: [],
|
||||
getDate: null,
|
||||
tableData0: [],
|
||||
|
||||
Reference in New Issue
Block a user