|
@@ -232,7 +232,7 @@
|
|
<div v-if="displayTable && apk" class="tops">
|
|
<div v-if="displayTable && apk" class="tops">
|
|
<!-- 公共 -->
|
|
<!-- 公共 -->
|
|
<div class="ctons">
|
|
<div class="ctons">
|
|
- <div style="display: flex;align-items: center;">
|
|
|
|
|
|
+ <div style="display: flex;align-items: center;padding-bottom: 20px;border-bottom: 1px solid #f2f2f2">
|
|
<div style="display: inline-block;width: 350px">
|
|
<div style="display: inline-block;width: 350px">
|
|
<el-input style="float:left;" v-model="keyword" class="input-with-select" placeholder="请输入人员搜索" clearable="true" size="small">
|
|
<el-input style="float:left;" v-model="keyword" class="input-with-select" placeholder="请输入人员搜索" clearable="true" size="small">
|
|
<el-button slot="append" @click="statistical()" icon="el-icon-search"></el-button>
|
|
<el-button slot="append" @click="statistical()" icon="el-icon-search"></el-button>
|
|
@@ -265,7 +265,8 @@
|
|
</el-date-picker>
|
|
</el-date-picker>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div style="margin-top: 30px">
|
|
|
|
|
|
+ <!-- <div style="margin-top: 30px"> -->
|
|
|
|
+ <div>
|
|
<el-table v-loading="loading" :data="statisticalList" height="780px" style="width: 100%">
|
|
<el-table v-loading="loading" :data="statisticalList" height="780px" style="width: 100%">
|
|
<el-table-column prop="ownerName" label="姓名" width="300">
|
|
<el-table-column prop="ownerName" label="姓名" width="300">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -1181,7 +1182,8 @@ export default {
|
|
}
|
|
}
|
|
.flex {
|
|
.flex {
|
|
display: flex;
|
|
display: flex;
|
|
- margin: 0 0 20px 0;
|
|
|
|
|
|
+ padding: 0 0 20px 0;
|
|
|
|
+ border-bottom: 1px solid #f2f2f2;
|
|
}
|
|
}
|
|
.flex span {
|
|
.flex span {
|
|
display: inline-block;
|
|
display: inline-block;
|