|
@@ -107,7 +107,7 @@
|
|
|
start-placeholder="开始时间" end-placeholder="结束时间" format="YYYY-MM-DD" value-format="YYYY-MM-DD" />
|
|
start-placeholder="开始时间" end-placeholder="结束时间" format="YYYY-MM-DD" value-format="YYYY-MM-DD" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="24" style="display: flex; align-items: center; justify-content: flex-end">
|
|
|
|
|
|
|
+ <el-col :span="16" style="display: flex; align-items: start; justify-content: flex-end">
|
|
|
<el-button type="primary" @click="search">搜索</el-button>
|
|
<el-button type="primary" @click="search">搜索</el-button>
|
|
|
<el-button plain @click="reset">重置</el-button>
|
|
<el-button plain @click="reset">重置</el-button>
|
|
|
<span class="icon_s">
|
|
<span class="icon_s">
|
|
@@ -162,7 +162,7 @@
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
- <el-table :data="receiveData" :height="isTrue ? 'calc(100% - 396px)' : 'calc(100% - 246px)'"
|
|
|
|
|
|
|
+ <el-table :data="receiveData" :height="isTrue ? 'calc(100% - 414px)' : 'calc(100% - 264px)'"
|
|
|
style="width: 100%; margin-top: 20px;" row-key="id" ref="ReceiveDataRef1" @select="handleSelectChange1"
|
|
style="width: 100%; margin-top: 20px;" row-key="id" ref="ReceiveDataRef1" @select="handleSelectChange1"
|
|
|
@select-all="handleSelectAll1" highlight-current-row>
|
|
@select-all="handleSelectAll1" highlight-current-row>
|
|
|
<el-table-column type="selection" width="50" fixed="left"></el-table-column>
|
|
<el-table-column type="selection" width="50" fixed="left"></el-table-column>
|