|
@@ -160,7 +160,7 @@
|
|
|
</el-dialog>
|
|
|
<el-dialog title="人员累计信息查询" v-model="showCumInfo" width="50%">
|
|
|
请选择累计年月:
|
|
|
- <el-date-picker v-model="cumYm" type="month" format="YYYYMM" value-format="YYYYMM" style="width: 160px" placeholder="不填则查询所有年月"> </el-date-picker>
|
|
|
+ <el-date-picker v-model="cumYm" type="month" format="YYYYMM" value-format="YYYYMM" style="width: 180px" placeholder="不填则查询所有年月"> </el-date-picker>
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
<el-button type="primary" icon="el-icon-search" @click="executeGetCumulativeInfo">查询</el-button>
|
|
|
<el-table :data="cumInfos.slice((cumCurrentPage - 1) * cumPageSize, cumCurrentPage * cumPageSize)" stripe height="300">
|