|
|
|
|
@ -30,7 +30,7 @@
|
|
|
|
|
<el-input v-model="queryForm.name" placeholder="分享人" clearable size="small" style="width: 150px"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item>
|
|
|
|
|
<el-button icon="el-icon-search" type="primary" @click="queryData">查询</el-button>
|
|
|
|
|
<el-button icon="el-icon-search" type="primary" size="small" @click="queryData">查询</el-button>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-form>
|
|
|
|
|
</div>
|
|
|
|
|
@ -38,9 +38,9 @@
|
|
|
|
|
<!-- <el-table style="width: 100%;margin-top:5px" :header-cell-style="{background: 'linear-gradient(#6cb3ff, #1873d4)' ,color:'#eeeeee'}" ref="list" class="custom-table" highlight-current-row border v-loading="listLoading" :data="list" max-height="600px" :element-loading-text="elementLoadingText" @row-dblclick="handleGot"> -->
|
|
|
|
|
<el-table style="width: 100%;margin-top:5px" :header-cell-style="{background: 'linear-gradient(#6cb3ff, #1873d4)' ,color:'#eeeeee'}" ref="list" class="custom-table" highlight-current-row border v-loading="listLoading" :data="list" max-height="600px" :element-loading-text="elementLoadingText">
|
|
|
|
|
<template slot="empty"></template>
|
|
|
|
|
<el-table-column show-overflow-tooltip align="center" min-width="100" prop="share" label="分享人"></el-table-column>
|
|
|
|
|
<!-- <el-table-column show-overflow-tooltip align="center" min-width="100" prop="share" label="分享人"></el-table-column> -->
|
|
|
|
|
<el-table-column show-overflow-tooltip align="center" min-width="100" prop="sharePhone" label="分享人手机号码"></el-table-column>
|
|
|
|
|
<el-table-column show-overflow-tooltip align="center" min-width="100" prop="got" label="领取人"></el-table-column>
|
|
|
|
|
<!-- <el-table-column show-overflow-tooltip align="center" min-width="100" prop="got" label="领取人"></el-table-column> -->
|
|
|
|
|
<el-table-column show-overflow-tooltip align="center" min-width="100" prop="getPhone" label="领取人手机号码"></el-table-column>
|
|
|
|
|
<el-table-column show-overflow-tooltip align="center" min-width="100" prop="getDate" label="领取时间"></el-table-column>
|
|
|
|
|
<el-table-column show-overflow-tooltip align="center" min-width="100" prop="docDate" label="核销时间"></el-table-column>
|
|
|
|
|
|